| 
|   | DefaultEncoder (Encoding encoding) | 
|   | 
| object  | GetRealObject (StreamingContext context) | 
|   | 
| override int  | GetByteCount (char[] chars, int index, int count, bool flush) | 
|   | 
| unsafe override int  | GetByteCount (char *chars, int count, bool flush) | 
|   | 
| override int  | GetBytes (char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) | 
|   | 
| unsafe override int  | GetBytes (char *chars, int charCount, byte *bytes, int byteCount, bool flush) | 
|   | 
| virtual void  | Reset () | 
|   | 
| virtual unsafe int  | GetByteCount (ReadOnlySpan< char > chars, bool flush) | 
|   | 
| virtual unsafe int  | GetBytes (ReadOnlySpan< char > chars, Span< byte > bytes, bool flush) | 
|   | 
| virtual void  | Convert (char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, int byteCount, bool flush, out int charsUsed, out int bytesUsed, out bool completed) | 
|   | 
| virtual unsafe void  | Convert (char *chars, int charCount, byte *bytes, int byteCount, bool flush, out int charsUsed, out int bytesUsed, out bool completed) | 
|   | 
| virtual unsafe void  | Convert (ReadOnlySpan< char > chars, Span< byte > bytes, bool flush, out int charsUsed, out int bytesUsed, out bool completed) | 
|   | 
Definition at line 16 of file Encoding.cs.