Mono Class Library: Overview

Mono.Unix.UnixEncoding: Method Members

The methods of Mono.Unix.UnixEncoding are listed below. For a list of all members, see the UnixEncoding Members list.

See Also: Inherited members from System.Text.Encoding

Public Methods

override
Equals(object) : bool
Documentation for this section has not yet been entered.
override
GetByteCount(string) : int
Documentation for this section has not yet been entered.
override
GetByteCount(char[], int, int) : int
Documentation 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) : int
Documentation for this section has not yet been entered.
override
GetBytes(string, int, int, byte[], int) : int
Documentation for this section has not yet been entered.
override
GetCharCount(byte[], int, int) : int
Documentation for this section has not yet been entered.
override
GetChars(byte[], int, int, char[], int) : int
Documentation for this section has not yet been entered.
override
GetDecoder() : System.Text.Decoder
Documentation for this section has not yet been entered.
override
GetEncoder() : System.Text.Encoder
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
override
GetMaxByteCount(int) : int
Documentation for this section has not yet been entered.
override
GetMaxCharCount(int) : int
Documentation for this section has not yet been entered.
override
GetPreamble() : byte[]
Documentation for this section has not yet been entered.