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
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. |