C# Class Fan.Sys.Charset

Charset.
Inheritance: FanObj
Mostra file Open project: xored/f4 Class Usage Examples

Public Methods

Method 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

Method Description
Charset ( Encoding encoding ) : System.Text
Charset ( Encoding encoding, string name ) : System.Text

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

defVal() public static method

public static defVal ( ) : Charset
return Charset

fromStr() public static method

public static fromStr ( string name ) : Charset
name string
return Charset

fromStr() public static method

public static fromStr ( string name, bool check ) : Charset
name string
check bool
return Charset

hash() public method

public hash ( ) : long
return long

iso8859_1() public static method

public static iso8859_1 ( ) : Charset
return Charset

name() public method

public name ( ) : string
return string

newDecoder() public method

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

newEncoder() public method

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

toStr() public method

public toStr ( ) : string
return string

utf16BE() public static method

public static utf16BE ( ) : Charset
return Charset

utf16LE() public static method

public static utf16LE ( ) : Charset
return Charset

utf8() public static method

public static utf8 ( ) : Charset
return Charset