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("implFlush", "(Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;", "GetImplFlush_Ljava_nio_CharBuffer_Handler")]
protected virtual CoderResult? ImplFlush(CharBuffer? out);
}
}
.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