mscorlib(4.0.0.0) API with additions
System.Text.Decoder Member List

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.Decodervirtual
Convert(byte *bytes, int byteCount, char *chars, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed)System.Text.Decodervirtual
Decoder()System.Text.Decoderprotected
FallbackSystem.Text.Decoder
FallbackBufferSystem.Text.Decoder
GetCharCount(byte[] bytes, int index, int count)System.Text.Decoderpure virtual
GetCharCount(byte[] bytes, int index, int count, bool flush)System.Text.Decodervirtual
GetCharCount(byte *bytes, int count, bool flush)System.Text.Decodervirtual
GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)System.Text.Decoderpure virtual
GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, bool flush)System.Text.Decodervirtual
GetChars(byte *bytes, int byteCount, char *chars, int charCount, bool flush)System.Text.Decodervirtual
Reset()System.Text.Decodervirtual