protected synchronized void receive (int b) throws IOException

Receives a byte of data. This method will block if no input is available.

Parameters:
b    the byte being received

Exceptions:
IOException    If the pipe is broken, unconnected, closed, or if an I/O error occurs.

Since:  1.1