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