package cs.system.text
extended by Encoding_ForwardingEncoder
Available on csFallback:EncoderFallbackread only FallbackBuffer:EncoderFallbackBufferConvert (chars:Pointer<Char16>, charCount:Int, bytes:Pointer<UInt8>, byteCount:Int, flush:Bool, charsUsed:Out<Int>, bytesUsed:Out<Int>, completed:Out<Bool>):VoidConvert (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>):VoidGetByteCount (chars:NativeArray<Char16>, index:Int, count:Int, flush:Bool):IntGetByteCount (chars:Pointer<Char16>, count:Int, flush:Bool):IntGetBytes (chars:NativeArray<Char16>, charIndex:Int, charCount:Int, bytes:NativeArray<UInt8>, byteIndex:Int, flush:Bool):IntGetBytes (chars:Pointer<Char16>, charCount:Int, bytes:Pointer<UInt8>, byteCount:Int, flush:Bool):IntReset ():Void
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/text/Encoder.html