Mono Class Library: Overview

Mono.Unix.UnixEncoding: Members

The members of Mono.Unix.UnixEncoding are listed below.

See Also: Inherited members from System.Text.Encoding

Public Constructors

Constructs a new instance of the Mono.Unix.UnixEncoding class.

Public Fields

static readonly
EscapeBytechar. The character which precedes all characters which need escaping during managed->unmanaged marshaling.
static readonly
InstanceSystem.Text.Encoding. A default Mono.Unix.UnixEncoding instance.

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.