Java.IO.PipedInputStream: Method Members

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

Public Methods

Connect(PipedOutputStream)
Connects this PipedInputStream to a Java.IO.PipedOutputStream.
override
Read() : int
Reads a single byte from this stream and returns it as an integer in the range from 0 to 255.

Protected Methods

Receive(int)
Receives a byte and stores it in this stream's buffer.
ReceiveAsync(int) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.