The members of Java.IO.ByteArrayOutputStream are listed below.
See Also: Inherited members from Java.IO.OutputStream
Constructs a new ByteArrayOutputStream with a default size of 32 bytes. | ||
Constructs a new ByteArrayOutputStream with a default size of size bytes. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Buf | IList<byte>. The byte array containing the bytes written. | |
Count | int. The number of bytes written. | |
[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. |
Reset()Resets this stream to the beginning of the underlying byte array. | ||
Size()Returns the total number of bytes written to this stream so far. | ||
ToByteArray()Returns the contents of this ByteArrayOutputStream as a byte array. | ||
ToString(int)Returns the contents of this ByteArrayOutputStream as a string. | ||
ToString(string)Returns the contents of this ByteArrayOutputStream as a string converted according to the encoding declared in charsetName. | ||
override | Write(int)Writes the specified byte oneByte to the OutputStream. | |
WriteTo(System.IO.Stream)Takes the contents of this stream and writes it to the output stream out. | ||
WriteToAsync(System.IO.Stream)Documentation for this section has not yet been entered. |