writeByte abstract method

int writeByte(
  1. int b
)

Writes 1 byte. Increments position by 1.

Implementation

int writeByte(int b);