Java.IO.ByteArrayOutputStream: Constructor Members

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

See Also: Inherited members from Java.IO.OutputStream

Public Constructors

Constructs a new ByteArrayOutputStream with a default size of 32 bytes.
Constructs a new ByteArrayOutputStream with a default size of size bytes.

Protected Constructors

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