Java.IO.ByteArrayInputStream Members

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

See Also: Inherited members from Java.IO.InputStream

Public Constructors

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.

Protected Constructors

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

Protected Properties

BufIList<byte>. The byte array containing the bytes to stream over.
Countint. The total number of bytes initially available in the byte array buf.
Markint. The current mark position.
Posint. The current position within the byte array.
[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.

Public Methods

override
Read() : int
Reads a single byte from the source byte array and returns it as an integer in the range from 0 to 255.