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