Java.IO.BufferedInputStream: Property Members

The properties of Java.IO.BufferedInputStream are listed below. For a list of all members, see the BufferedInputStream Members list.

See Also: Inherited members from Java.IO.FilterInputStream

Protected Properties

BufIList<byte>. The buffer containing the current bytes read from the target InputStream.
Countint. The total number of bytes inside the byte array buf.
Marklimitint. The current limit, which when passed, invalidates the current mark.
Markposint. The currently marked position. -1 indicates no mark has been set or the mark has been invalidated.
Posint. The current position within the byte array buf.
[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.