The members of Java.IO.BufferedInputStream are listed below.
See Also: Inherited members from Java.IO.FilterInputStream
Constructs a new BufferedInputStream, providing in with a buffer of 8192 bytes. | ||
Constructs a new BufferedInputStream, providing in with size bytes of buffer. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Buf | IList<byte>. The buffer containing the current bytes read from the target InputStream. | |
Count | int. The total number of bytes inside the byte array buf. | |
Marklimit | int. The current limit, which when passed, invalidates the current mark. | |
Markpos | int. The currently marked position. -1 indicates no mark has been set or the mark has been invalidated. | |
Pos | int. The current position within the byte array buf. | |
[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. |