Constructor

@:overloadfinalnew(enc:Encoding)

Methods

Inherited Variables

Inherited Methods

Defined by Encoder

@:overloadConvert(chars:Pointer<Char16>, charCount:Int, bytes:Pointer<UInt8>, byteCount:Int, flush:Bool, charsUsed:Out<Int>, bytesUsed:Out<Int>, completed:Out<Bool>):Void

@:overloadConvert(chars:NativeArray<Char16>, charIndex:Int, charCount:Int, bytes:NativeArray<UInt8>, byteIndex:Int, byteCount:Int, flush:Bool, charsUsed:Out<Int>, bytesUsed:Out<Int>, completed:Out<Bool>):Void

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

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

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

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

@:overloadReset():Void