package cs.system.text
implements ICloneable
Available on cs
staticread onlyASCII:Encodingstaticread onlyBigEndianUnicode:Encodingstaticread onlyDefault:Encodingstaticread onlyUTF32:Encodingstaticread onlyUTF7:Encodingstaticread onlyUTF8:Encodingstaticread onlyUnicode:EncodingstaticConvert(srcEncoding:Encoding, dstEncoding:Encoding, bytes:NativeArray<UInt8>):NativeArray<UInt8>staticConvert(srcEncoding:Encoding, dstEncoding:Encoding, bytes:NativeArray<UInt8>, index:Int, count:Int):NativeArray<UInt8>staticGetEncoding(codepage:Int):EncodingstaticGetEncoding(name:String):EncodingstaticGetEncoding(name:String, encoderFallback:EncoderFallback, decoderFallback:DecoderFallback):EncodingstaticGetEncoding(codepage:Int, encoderFallback:EncoderFallback, decoderFallback:DecoderFallback):EncodingstaticGetEncodings():NativeArray<EncodingInfo>read onlyBodyName:Stringread onlyCodePage:IntDecoderFallback:DecoderFallbackEncoderFallback:EncoderFallbackread onlyEncodingName:Stringread onlyHeaderName:Stringread onlyIsBrowserDisplay:Boolread onlyIsBrowserSave:Boolread onlyIsMailNewsDisplay:Boolread onlyIsMailNewsSave:Boolread onlyIsReadOnly:Boolread onlyIsSingleByte:Boolread onlyWebName:Stringread onlyWindowsCodePage: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>):StringfinalIsAlwaysNormalized():BoolIsAlwaysNormalized(form:NormalizationForm):Bool
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/text/Encoding.html