W3cubDocs

/Haxe C#

Decoder

package cs.system.text

extended by Encoding_ForwardingDecoder

@:abstract@:libType@:csNative@:native("System.Text.Decoder") Available on cs

Variables

Fallback:DecoderFallback

read only FallbackBuffer:DecoderFallbackBuffer

Methods

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

@:overload Convert (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

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

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

@:overload GetCharCount (bytes:NativeArray<UInt8>, index:Int, count:Int, flush:Bool):Int

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

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

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

@:overload Reset ():Void

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/text/Decoder.html