basicNextPut abstract method

void basicNextPut(
  1. int byte
)

Subclass Responsibility: Put the next byte into the buffer.

A bounds check has been performed and it is safe to add an extra byte to the buffer. The writeCount should be incremented by 1.

Implementation

void basicNextPut(int byte);