Java.IO.BufferedInputStream Members

The members of Java.IO.BufferedInputStream are listed below.

See Also: Inherited members from Java.IO.FilterInputStream

Public Constructors

Constructs a new BufferedInputStream, providing in with a buffer of 8192 bytes.
Constructs a new BufferedInputStream, providing in with size bytes of buffer.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

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.