- oneByte
- the byte to store in this pipe.
Type Reason Java.IO.InterruptedIOException if the buffer is full and the thread that has called this method is interrupted. Java.IO.IOException if this stream is closed or the thread that has last read from this stream is no longer alive.
Receives a byte and stores it in this stream's buffer. This method is called by PipedOutputStream.Write(int). The least significant byte of the integer oneByte is stored at index in in the buffer.
This method blocks as long as buffer is full.