CharsetDecoder
CharsetDecoder(IntPtr, JniHandleOwnership)
CharsetDecoder(Charset, Single, Single)
IsAutoDetecting
IsCharsetDetected
JniPeerMembers
ThresholdClass
ThresholdType
AverageCharsPerByte()
Charset()
Decode(ByteBuffer)
Decode(ByteBuffer, CharBuffer, Boolean)
DecodeLoop(ByteBuffer, CharBuffer)
DetectedCharset()
Flush(CharBuffer)
ImplFlush(CharBuffer)
ImplOnMalformedInput(CodingErrorAction)
ImplOnUnmappableCharacter(CodingErrorAction)
ImplReplaceWith(String)
ImplReset()
MalformedInputAction()
MaxCharsPerByte()
OnMalformedInput(CodingErrorAction)
OnUnmappableCharacter(CodingErrorAction)
Replacement()
ReplaceWith(String)
Reset()
UnmappableCharacterAction()
monoandroid
namespace Java.Nio.Charset
{
[Register("java/nio/charset/CharsetDecoder", DoNotGenerateAcw = true)]
public abstract class CharsetDecoder : Object
{
[Register("implOnUnmappableCharacter", "(Ljava/nio/charset/CodingErrorAction;)V", "GetImplOnUnmappableCharacter_Ljava_nio_charset_CodingErrorAction_Handler")]
protected virtual void ImplOnUnmappableCharacter(CodingErrorAction? newAction);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API