Method | Description | |
---|---|---|
Convert ( this decoder, Byte bytes, Char chars, |
Extends Convert so that buffer offset of 0 and call to Array.Length are not needed.
|
|
GetCharCount ( this decoder, Byte bytes ) : |
Extends GetCharCount so that buffer offset of 0 and call to Array.Length are not needed.
|
|
GetCharCount ( this decoder, Byte bytes, System.Boolean flush ) : |
Extends GetCharCount so that buffer offset of 0 and call to Array.Length are not needed.
|
|
GetChars ( this decoder, Byte bytes, Char chars, |
Extends GetChars so that buffer offset of 0 and call to Array.Length are not needed.
|
|
GetChars ( this decoder, Byte bytes, Char chars, |
Extends GetChars so that buffer offset of 0 and call to Array.Length are not needed.
|
public static Convert ( this decoder, Byte bytes, Char chars, |
||
decoder | this | |
bytes | Byte | |
chars | Char | |
charIndex | ||
charCount | ||
flush | System.Boolean | |
bytesUsed | ||
charsUsed | ||
completed | System.Boolean | |
return | void |
public static GetCharCount ( this decoder, Byte bytes ) : |
||
decoder | this | |
bytes | Byte | |
return |
public static GetCharCount ( this decoder, Byte bytes, System.Boolean flush ) : |
||
decoder | this | |
bytes | Byte | |
flush | System.Boolean | |
return |
public static GetChars ( this decoder, Byte bytes, Char chars, |
||
decoder | this | |
bytes | Byte | |
chars | Char | |
charIndex | ||
return |
public static GetChars ( this decoder, Byte bytes, Char chars, |
||
decoder | this | |
bytes | Byte | |
chars | Char | |
charIndex | ||
flush | System.Boolean | |
return |