Java.IO.ByteArrayOutputStream.Reset Method
Resets this stream to the beginning of the underlying byte array.

Syntax

[Android.Runtime.Register("reset", "()V", "GetResetHandler")]
public virtual void Reset ()

Remarks

Resets this stream to the beginning of the underlying byte array. All subsequent writes will overwrite any bytes previously stored in this stream.

[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