writeByte abstract method

void writeByte(
  1. int byte
)

Write a single byte.

Implementation

void writeByte(int byte);