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
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[])Documentation for this section has not yet been entered. | ||
WriteAsync(int)Documentation for this section has not yet been entered. | ||
WriteAsync(byte[], int, int)Documentation for this section has not yet been entered. |