Static variables

staticread onlyASCII:Encoding

staticread onlyBigEndianUnicode:Encoding

staticread onlyDefault:Encoding

staticread onlyUTF32:Encoding

staticread onlyUTF7:Encoding

staticread onlyUTF8:Encoding

staticread onlyUnicode:Encoding

Static methods

@:overloadstaticConvert(srcEncoding:Encoding, dstEncoding:Encoding, bytes:NativeArray<UInt8>):NativeArray<UInt8>

@:overloadstaticConvert(srcEncoding:Encoding, dstEncoding:Encoding, bytes:NativeArray<UInt8>, index:Int, count:Int):NativeArray<UInt8>

@:overloadstaticGetEncoding(codepage:Int):Encoding

@:overloadstaticGetEncoding(name:String):Encoding

@:overloadstaticGetEncoding(name:String, encoderFallback:EncoderFallback, decoderFallback:DecoderFallback):Encoding

@:overloadstaticGetEncoding(codepage:Int, encoderFallback:EncoderFallback, decoderFallback:DecoderFallback):Encoding

Variables

Methods

@:overloadClone():Dynamic

@:overloadGetByteCount(chars:NativeArray<Char16>, index:Int, count:Int):Int

@:overloadGetByteCount(chars:Pointer<Char16>, count:Int):Int

@:overloadGetByteCount(chars:NativeArray<Char16>):Int

@:overloadGetByteCount(s:String):Int

@:overloadGetBytes(chars:NativeArray<Char16>, charIndex:Int, charCount:Int, bytes:NativeArray<UInt8>, byteIndex:Int):Int

@:overloadGetBytes(chars:Pointer<Char16>, charCount:Int, bytes:Pointer<UInt8>, byteCount:Int):Int

@:overloadGetBytes(chars:NativeArray<Char16>):NativeArray<UInt8>

@:overloadGetBytes(chars:NativeArray<Char16>, index:Int, count:Int):NativeArray<UInt8>

@:overloadGetBytes(s:String):NativeArray<UInt8>

@:overloadGetBytes(s:String, charIndex:Int, charCount:Int, bytes:NativeArray<UInt8>, byteIndex:Int):Int

@:overloadGetCharCount(bytes:NativeArray<UInt8>, index:Int, count:Int):Int

@:overloadGetCharCount(bytes:Pointer<UInt8>, count:Int):Int

@:overloadGetCharCount(bytes:NativeArray<UInt8>):Int

@:overloadGetChars(bytes:NativeArray<UInt8>, byteIndex:Int, byteCount:Int, chars:NativeArray<Char16>, charIndex:Int):Int

@:overloadGetChars(bytes:Pointer<UInt8>, byteCount:Int, chars:Pointer<Char16>, charCount:Int):Int

@:overloadGetChars(bytes:NativeArray<UInt8>):NativeArray<Char16>

@:overloadGetChars(bytes:NativeArray<UInt8>, index:Int, count:Int):NativeArray<Char16>

@:overloadGetDecoder():Decoder

@:overloadGetEncoder():Encoder

@:overloadGetMaxByteCount(charCount:Int):Int

@:overloadGetMaxCharCount(byteCount:Int):Int

@:overloadGetString(bytes:NativeArray<UInt8>, index:Int, count:Int):String

@:overloadGetString(bytes:NativeArray<UInt8>):String