writeByte abstract method

void writeByte(
  1. int value
)

Write a byte to the output stream.

Implementation

void writeByte(int value);