package cs.system.text
implements ICloneable
Available on csread only BodyName:Stringread only CodePage:IntDecoderFallback:DecoderFallbackEncoderFallback:EncoderFallbackread only EncodingName:Stringread only HeaderName:Stringread only IsBrowserDisplay:Boolread only IsBrowserSave:Boolread only IsMailNewsDisplay:Boolread only IsMailNewsSave:Boolread only IsReadOnly:Boolread only IsSingleByte:Boolread only WebName:Stringread only WindowsCodePage:Int Clone ():Dynamic GetByteCount (chars:NativeArray<Char16>, index:Int, count:Int):Int GetByteCount (chars:Pointer<Char16>, count:Int):Int GetByteCount (chars:NativeArray<Char16>):Int GetByteCount (s:String):Int GetBytes (chars:NativeArray<Char16>, charIndex:Int, charCount:Int, bytes:NativeArray<UInt8>, byteIndex:Int):Int GetBytes (chars:Pointer<Char16>, charCount:Int, bytes:Pointer<UInt8>, byteCount:Int):Int GetBytes (chars:NativeArray<Char16>):NativeArray<UInt8> GetBytes (chars:NativeArray<Char16>, index:Int, count:Int):NativeArray<UInt8> GetBytes (s:String):NativeArray<UInt8> GetBytes (s:String, charIndex:Int, charCount:Int, bytes:NativeArray<UInt8>, byteIndex:Int):Int GetCharCount (bytes:NativeArray<UInt8>, index:Int, count:Int):Int GetCharCount (bytes:Pointer<UInt8>, count:Int):Int GetCharCount (bytes:NativeArray<UInt8>):Int GetChars (bytes:NativeArray<UInt8>, byteIndex:Int, byteCount:Int, chars:NativeArray<Char16>, charIndex:Int):Int GetChars (bytes:Pointer<UInt8>, byteCount:Int, chars:Pointer<Char16>, charCount:Int):Int GetChars (bytes:NativeArray<UInt8>):NativeArray<Char16> GetChars (bytes:NativeArray<UInt8>, index:Int, count:Int):NativeArray<Char16> GetDecoder ():Decoder GetEncoder ():Encoder GetMaxByteCount (charCount:Int):Int GetMaxCharCount (byteCount:Int):Int GetPreamble ():NativeArray<UInt8> GetString (bytes:NativeArray<UInt8>, index:Int, count:Int):String GetString (bytes:NativeArray<UInt8>):String IsAlwaysNormalized ():Bool IsAlwaysNormalized (form:NormalizationForm):Boolstatic read only ASCII:Encodingstatic read only BigEndianUnicode:Encodingstatic read only Default:Encodingstatic read only UTF32:Encodingstatic read only UTF7:Encodingstatic read only UTF8:Encodingstatic read only Unicode:Encoding static Convert (srcEncoding:Encoding, dstEncoding:Encoding, bytes:NativeArray<UInt8>):NativeArray<UInt8> static Convert (srcEncoding:Encoding, dstEncoding:Encoding, bytes:NativeArray<UInt8>, index:Int, count:Int):NativeArray<UInt8> static GetEncoding (codepage:Int):Encoding static GetEncoding (name:String):Encoding static GetEncoding (name:String, encoderFallback:EncoderFallback, decoderFallback:DecoderFallback):Encoding static GetEncoding (codepage:Int, encoderFallback:EncoderFallback, decoderFallback:DecoderFallback):Encoding static GetEncodings ():NativeArray<EncodingInfo>
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/text/Encoding.html