writeByte abstract method

void writeByte(
  1. int byte
)

Writes a byte.

Implementation

void writeByte(final int byte);