Java.IO.BufferedWriter: Constructor Members

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

See Also: Inherited members from Java.IO.Writer

Public Constructors

Constructs a new BufferedWriter, providing out with a buffer of 8192 chars.
Constructs a new BufferedWriter, providing out with size chars of buffer.

Protected Constructors

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