Java.IO.OutputStream Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Default constructor.

Protected Constructors

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

Protected Properties

[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.

Public Methods

Close()
Closes this stream.
Flush()
Flushes this stream.
Write(byte[])
Equivalent to write(buffer, 0, buffer.length).
abstract
Write(int)
Writes a single byte to this stream.
Write(byte[], int, int)
Writes count bytes from the byte array buffer starting at position offset to this stream.
WriteAsync(byte[]) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
WriteAsync(int) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
WriteAsync(byte[], int, int) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.