Java.IO.BufferedOutputStream: Constructor Members

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

See Also: Inherited members from Java.IO.FilterOutputStream

Public Constructors

Constructs a new BufferedOutputStream, providing out with a buffer of 8192 bytes.
Constructs a new BufferedOutputStream, providing out with size bytes of buffer.

Protected Constructors

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