| 
| override void  | Reset () | 
|   | 
| override int  | GetCharCount (byte[] bytes, int index, int count) | 
|   | 
| override int  | GetCharCount (byte[] bytes, int index, int count, bool flush) | 
|   | 
| unsafe override int  | GetCharCount (byte *bytes, int count, bool flush) | 
|   | 
| override int  | GetChars (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) | 
|   | 
| override int  | GetChars (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, bool flush) | 
|   | 
| unsafe override int  | GetChars (byte *bytes, int byteCount, char *chars, int charCount, bool flush) | 
|   | 
| override 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) | 
|   | 
| unsafe override void  | Convert (byte *bytes, int byteCount, char *chars, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed) | 
|   | 
| virtual int  | GetChars (global::System.ReadOnlySpan< byte > bytes, global::System.Span< char > chars, bool flush) | 
|   | 
Definition at line 9 of file DecoderNLS.cs.