Decoder
cs.system.text.Decoder (extern class) → Encoding_ForwardingDecoder
Instance Members
FallbackBuffer: DecoderFallbackBufferFallback: DecoderFallbackGetCharCount(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(): VoidConvert(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(): VoidMetadata
| Name | Parameters |
|---|---|
:nativeGen |
- |
:abstract |
- |
:libType |
- |
:csNative |
- |