The methods of Java.IO.PipedInputStream are listed below. For a list of all members, see the PipedInputStream Members list.
See Also: Inherited members from Java.IO.InputStream
Connect(PipedOutputStream)Connects this PipedInputStream to a Java.IO.PipedOutputStream. | ||
override | Read()Reads a single byte from this stream and returns it as an integer in the range from 0 to 255. |
Receive(int)Receives a byte and stores it in this stream's buffer. | ||
ReceiveAsync(int)Documentation for this section has not yet been entered. |