basicNextPut abstract method
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);