CharsetEncoder
CharsetEncoder(IntPtr, JniHandleOwnership)
CharsetEncoder(Charset, Single, Single)
CharsetEncoder(Charset, Single, Single, Byte[])
JniPeerMembers
ThresholdClass
ThresholdType
AverageBytesPerChar()
CanEncode(Char)
CanEncode(ICharSequence)
CanEncode(String)
Charset()
Encode(CharBuffer)
Encode(CharBuffer, ByteBuffer, Boolean)
EncodeLoop(CharBuffer, ByteBuffer)
Flush(ByteBuffer)
ImplFlush(ByteBuffer)
ImplOnMalformedInput(CodingErrorAction)
ImplOnUnmappableCharacter(CodingErrorAction)
ImplReplaceWith(Byte[])
ImplReset()
IsLegalReplacement(Byte[])
MalformedInputAction()
MaxBytesPerChar()
OnMalformedInput(CodingErrorAction)
OnUnmappableCharacter(CodingErrorAction)
Replacement()
ReplaceWith(Byte[])
Reset()
UnmappableCharacterAction()
monoandroid
namespace Java.Nio.Charset
{
[Register("java/nio/charset/CharsetEncoder", DoNotGenerateAcw = true)]
public abstract class CharsetEncoder : Object
{
[Register("averageBytesPerChar", "()F", "")]
public float AverageBytesPerChar();
}
}
.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