The members of Java.IO.PipedInputStream are listed below.
See Also: Inherited members from Java.IO.InputStream
Constructs a new unconnected PipedInputStream. | ||
Constructs a new PipedInputStream connected to the Java.IO.PipedOutputStreamout. | ||
Constructs a new unconnected PipedInputStream with the given buffer size. | ||
Constructs a new PipedInputStream connected to the given PipedOutputStream, with the given buffer size. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Buffer | IList<byte>. The circular buffer through which data is passed. | |
In | int. The index in buffer where the next byte will be written. | |
Out | int. The index in buffer where the next byte will be read. | |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |