Java.IO.ByteArrayOutputStream.ToByteArray Method
Returns the contents of this ByteArrayOutputStream as a byte array.

Syntax

[Android.Runtime.Register("toByteArray", "()[B", "GetToByteArrayHandler")]
public virtual byte[] ToByteArray ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the contents of this ByteArrayOutputStream as a byte array. Any changes made to the receiver after returning will not be reflected in the byte array returned to the caller.

[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