Constructor

@:overloadfinalnew()

@:overloadfinalnew(encoderShouldEmitUTF8Identifier:Bool, throwOnInvalidBytes:Bool)

@:overloadfinalnew(encoderShouldEmitUTF8Identifier:Bool)

Methods

Inherited Variables

Inherited Methods

Defined by Encoding

@: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>

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

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