The members of Mono.Unix.UnixEncoding are listed below.
See Also: Inherited members from System.Text.Encoding
Public Constructors
Public Fields
Public Methods
override | Equals(object) : boolDocumentation for this section has not yet been entered. |
override | GetByteCount(string) : intDocumentation for this section has not yet been entered. |
override | GetByteCount(char[], int, int) : intDocumentation for this section has not yet been entered. |
override | GetBytes(string) : byte[]Documentation for this section has not yet been entered. |
override | GetBytes(char[], int, int, byte[], int) : intDocumentation for this section has not yet been entered. |
override | GetBytes(string, int, int, byte[], int) : intDocumentation for this section has not yet been entered. |
override | GetCharCount(byte[], int, int) : intDocumentation for this section has not yet been entered. |
override | GetChars(byte[], int, int, char[], int) : intDocumentation for this section has not yet been entered. |
override | GetDecoder() : System.Text.DecoderDocumentation for this section has not yet been entered. |
override | GetEncoder() : System.Text.EncoderDocumentation for this section has not yet been entered. |
override | GetHashCode() : intDocumentation for this section has not yet been entered. |
override | GetMaxByteCount(int) : intDocumentation for this section has not yet been entered. |
override | GetMaxCharCount(int) : intDocumentation for this section has not yet been entered. |
override | GetPreamble() : byte[]Documentation for this section has not yet been entered. |