Java.Nio.Charset.CharsetDecoder.Reset Method
Resets this decoder.

Syntax

[Android.Runtime.Register("reset", "()Ljava/nio/charset/CharsetDecoder;", "")]
public CharsetDecoder Reset ()

Returns

Documentation for this section has not yet been entered.

Remarks

Resets this decoder. This method will reset the internal state, and then calls CharsetDecoder.ImplReset to reset any state related to the specific charset.

[Android Documentation]

Requirements

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