Java.IO.OutputStream: Method Members

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

See Also: Inherited members from Java.Lang.Object

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.