staticfinalConvert(srcEncoding:Encoding, dstEncoding:Encoding, bytes:NativeArray<UInt8>):NativeArray<UInt8>
staticfinalConvert(srcEncoding:Encoding, dstEncoding:Encoding, bytes:NativeArray<UInt8>, index:Int, count:Int):NativeArray<UInt8>
staticfinalGetEncoding(codepage:Int):Encoding
staticfinalGetEncoding(name:String):Encoding
staticfinalGetEncoding(name:String, encoderFallback:EncoderFallback, decoderFallback:DecoderFallback):Encoding
staticfinalGetEncoding(codepage:Int, encoderFallback:EncoderFallback, decoderFallback:DecoderFallback):Encoding
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>
GetString(bytes:NativeArray<UInt8>, index:Int, count:Int):String
GetString(bytes:NativeArray<UInt8>):String