class Decoder
package cs.system.text
extended by Encoding_ForwardingDecoder, UTF8Encoding_UTF8Decoder
Available on cs
Available on cs
Convert(bytes:Pointer<UInt8>, byteCount:Int, chars:Pointer<Char16>, charCount:Int, flush:Bool, bytesUsed:Out<Int>, charsUsed:Out<Int>, completed:Out<Bool>):VoidConvert(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>):VoidGetCharCount(bytes:NativeArray<UInt8>, index:Int, count:Int):IntGetCharCount(bytes:Pointer<UInt8>, count:Int, flush:Bool):IntGetCharCount(bytes:NativeArray<UInt8>, index:Int, count:Int, flush:Bool):IntGetChars(bytes:NativeArray<UInt8>, byteIndex:Int, byteCount:Int, chars:NativeArray<Char16>, charIndex:Int):IntGetChars(bytes:Pointer<UInt8>, byteCount:Int, chars:Pointer<Char16>, charCount:Int, flush:Bool):IntGetChars(bytes:NativeArray<UInt8>, byteIndex:Int, byteCount:Int, chars:NativeArray<Char16>, charIndex:Int, flush:Bool):Int