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:IntClone ():DynamicGetByteCount (chars:NativeArray<Char16>, index:Int, count:Int):IntGetByteCount (chars:Pointer<Char16>, count:Int):IntGetByteCount (chars:NativeArray<Char16>):IntGetByteCount (s:String):IntGetBytes (chars:NativeArray<Char16>, charIndex:Int, charCount:Int, bytes:NativeArray<UInt8>, byteIndex:Int):IntGetBytes (chars:Pointer<Char16>, charCount:Int, bytes:Pointer<UInt8>, byteCount:Int):IntGetBytes (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):IntGetCharCount (bytes:NativeArray<UInt8>, index:Int, count:Int):IntGetCharCount (bytes:Pointer<UInt8>, count:Int):IntGetCharCount (bytes:NativeArray<UInt8>):IntGetChars (bytes:NativeArray<UInt8>, byteIndex:Int, byteCount:Int, chars:NativeArray<Char16>, charIndex:Int):IntGetChars (bytes:Pointer<UInt8>, byteCount:Int, chars:Pointer<Char16>, charCount:Int):IntGetChars (bytes:NativeArray<UInt8>):NativeArray<Char16>GetChars (bytes:NativeArray<UInt8>, index:Int, count:Int):NativeArray<Char16>GetDecoder ():DecoderGetEncoder ():EncoderGetMaxByteCount (charCount:Int):IntGetMaxCharCount (byteCount:Int):IntGetPreamble ():NativeArray<UInt8>GetString (bytes:NativeArray<UInt8>, index:Int, count:Int):StringGetString (bytes:NativeArray<UInt8>):StringIsAlwaysNormalized ():BoolIsAlwaysNormalized (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:Encodingstatic 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):Encodingstatic GetEncoding (name:String):Encodingstatic GetEncoding (name:String, encoderFallback:EncoderFallback, decoderFallback:DecoderFallback):Encodingstatic GetEncoding (codepage:Int, encoderFallback:EncoderFallback, decoderFallback:DecoderFallback):Encodingstatic GetEncodings ():NativeArray<EncodingInfo>
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/text/Encoding.html