Java.IO.BufferedOutputStream Members

The members of Java.IO.BufferedOutputStream are listed below.

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.

Protected Properties

BufIList<byte>. The buffer containing the bytes to be written to the target stream.
Countint. The total number of bytes inside the byte array buf.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.