The members of Java.IO.ByteArrayInputStream are listed below.
See Also: Inherited members from Java.IO.InputStream
| Constructs a new ByteArrayInputStream on the byte array buf. | ||
| Constructs a new ByteArrayInputStream on the byte array buf with the initial position set to offset and the number of bytes available set to offset + length. |
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| Buf | IList<byte>. The byte array containing the bytes to stream over. | |
| Count | int. The total number of bytes initially available in the byte array buf. | |
| Mark | int. The current mark position. | |
| Pos | int. The current position within the byte array. | |
| [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. |