Java.IO.ByteArrayInputStream: Constructor Members

The constructors of Java.IO.ByteArrayInputStream are listed below. For a list of all members, see the ByteArrayInputStream Members list.

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.