ByteArrayOutputStream.ToByteArray Method

Definition

Creates a newly allocated byte array.

[Android.Runtime.Register("toByteArray", "()[B", "GetToByteArrayHandler")]
public virtual byte[] ToByteArray ();
[<Android.Runtime.Register("toByteArray", "()[B", "GetToByteArrayHandler")>]
abstract member ToByteArray : unit -> byte[]
override this.ToByteArray : unit -> byte[]

Returns

Byte[]

the current contents of this output stream, as a byte array.

Attributes

Remarks

Creates a newly allocated byte array. Its size is the current size of this output stream and the valid contents of the buffer have been copied into it.

Java documentation for java.io.ByteArrayOutputStream.toByteArray().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to