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