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
Constructs a new BufferedWriter, providing out with a buffer of 8192 chars. | ||
Constructs a new BufferedWriter, providing out with size chars of buffer. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |