Java.IO.PipedInputStream: Property Members

The properties 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

Protected Properties

BufferIList<byte>. The circular buffer through which data is passed.
Inint. The index in buffer where the next byte will be written.
Outint. The index in buffer where the next byte will be read.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.