Decoder
cs.system.text.Decoder (extern class) → Encoding_ForwardingDecoder
Instance Members
FallbackBuffer: DecoderFallbackBuffer
Fallback: DecoderFallback
GetCharCount(bytes: cs.NativeArray<cs.types.UInt8>, index: Int, count: Int): Int
Name | Type |
---|---|
bytes |
cs.NativeArray<cs.types.UInt8> |
index |
Int |
count |
Int |
Returns |
---|
Int |
GetChars(bytes: cs.NativeArray<cs.types.UInt8>, byteIndex: Int, byteCount: Int, chars: cs.NativeArray<cs.types.Char16>, charIndex: Int): Int
Name | Type |
---|---|
bytes |
cs.NativeArray<cs.types.UInt8> |
byteIndex |
Int |
byteCount |
Int |
chars |
cs.NativeArray<cs.types.Char16> |
charIndex |
Int |
Returns |
---|
Int |
Reset(): Void
Convert(bytes: cs.NativeArray<cs.types.UInt8>, byteIndex: Int, byteCount: Int, chars: cs.NativeArray<cs.types.Char16>, charIndex: Int, charCount: Int, flush: Bool, bytesUsed: cs.Out, charsUsed: cs.Out, completed: cs.Out): Void
Name | Type |
---|---|
bytes |
cs.NativeArray<cs.types.UInt8> |
byteIndex |
Int |
byteCount |
Int |
chars |
cs.NativeArray<cs.types.Char16> |
charIndex |
Int |
charCount |
Int |
flush |
Bool |
bytesUsed |
cs.Out |
charsUsed |
cs.Out |
completed |
cs.Out |
new(): Void
Metadata
Name | Parameters |
---|---|
:nativeGen |
- |
:abstract |
- |
:libType |
- |
:csNative |
- |