Variables

Methods

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

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

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

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

@:overloadGetCharCount(bytes:NativeArray<UInt8>, index:Int, count:Int, flush:Bool):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, flush:Bool):Int

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

@:overloadReset():Void