C# Class Fan.Sys.Charset

Charset.
Inheritance: FanObj
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode Description
@typeof ( ) : Type
Equals ( object obj ) : bool
GetHashCode ( ) : int
defVal ( ) : Charset
fromStr ( string name ) : Charset
fromStr ( string name, bool check ) : Charset
hash ( ) : long
iso8859_1 ( ) : Charset
name ( ) : string
newDecoder ( ) : Decoder

Create a new decoder - a separate encoder is needed for each stream.

newEncoder ( ) : Encoder

Create a new encoder - a separate encoder is needed for each stream.

toStr ( ) : string
utf16BE ( ) : Charset
utf16LE ( ) : Charset
utf8 ( ) : Charset

Private Methods

Méthode Description
Charset ( Encoding encoding ) : System.Text
Charset ( Encoding encoding, string name ) : System.Text

Method Details

@typeof() public méthode

public @typeof ( ) : Type
Résultat Type

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

defVal() public static méthode

public static defVal ( ) : Charset
Résultat Charset

fromStr() public static méthode

public static fromStr ( string name ) : Charset
name string
Résultat Charset

fromStr() public static méthode

public static fromStr ( string name, bool check ) : Charset
name string
check bool
Résultat Charset

hash() public méthode

public hash ( ) : long
Résultat long

iso8859_1() public static méthode

public static iso8859_1 ( ) : Charset
Résultat Charset

name() public méthode

public name ( ) : string
Résultat string

newDecoder() public méthode

Create a new decoder - a separate encoder is needed for each stream.
public newDecoder ( ) : Decoder
Résultat System.Text.Decoder

newEncoder() public méthode

Create a new encoder - a separate encoder is needed for each stream.
public newEncoder ( ) : Encoder
Résultat System.Text.Encoder

toStr() public méthode

public toStr ( ) : string
Résultat string

utf16BE() public static méthode

public static utf16BE ( ) : Charset
Résultat Charset

utf16LE() public static méthode

public static utf16LE ( ) : Charset
Résultat Charset

utf8() public static méthode

public static utf8 ( ) : Charset
Résultat Charset