mscorlib(4.0.0.0) API with additions
|
This is the complete list of members for System.Text.Decoder, including all inherited members.
Convert(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed) | System.Text.Decoder | virtual |
Convert(byte *bytes, int byteCount, char *chars, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed) | System.Text.Decoder | virtual |
Decoder() | System.Text.Decoder | protected |
Fallback | System.Text.Decoder | |
FallbackBuffer | System.Text.Decoder | |
GetCharCount(byte[] bytes, int index, int count) | System.Text.Decoder | pure virtual |
GetCharCount(byte[] bytes, int index, int count, bool flush) | System.Text.Decoder | virtual |
GetCharCount(byte *bytes, int count, bool flush) | System.Text.Decoder | virtual |
GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) | System.Text.Decoder | pure virtual |
GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, bool flush) | System.Text.Decoder | virtual |
GetChars(byte *bytes, int byteCount, char *chars, int charCount, bool flush) | System.Text.Decoder | virtual |
Reset() | System.Text.Decoder | virtual |