PipedInputStream.receive
Class Overview | Class Members |
This Package |
All Packages
protected synchronized void receive( int b ) throws IOException
Parameters
- b
- the byte being received
Description
Receives a byte of data. This method will block if no input is
available.
Exceptions
IOException
If the pipe is broken.