Decoder
protected Decoder()
public virtual void Convert(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed)
public abstract int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
public virtual int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, bool flush)