Java.IO.ByteArrayOutputStream Class
A specialized Java.IO.OutputStream for class for writing content to an (internal) byte array.

See Also: ByteArrayOutputStream Members

Syntax

[Android.Runtime.Register("java/io/ByteArrayOutputStream", DoNotGenerateAcw=true)]
public class ByteArrayOutputStream : OutputStream

Remarks

A specialized Java.IO.OutputStream for class for writing content to an (internal) byte array. As bytes are written to this stream, the byte array may be expanded to hold more bytes. When the writing is considered to be finished, a copy of the byte array can be requested from the class.

See Also

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1