The members of Java.IO.OutputStream are listed below.
See Also: Inherited members from Java.Lang.Object
Default constructor. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |