Method | Description | |
---|---|---|
@typeof ( ) : |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
defVal ( ) : |
||
fromStr ( string name ) : |
||
fromStr ( string name, bool check ) : |
||
hash ( ) : long | ||
iso8859_1 ( ) : |
||
name ( ) : string | ||
newDecoder ( ) : |
Create a new decoder - a separate encoder is needed for each stream.
|
|
newEncoder ( ) : |
Create a new encoder - a separate encoder is needed for each stream.
|
|
toStr ( ) : string | ||
utf16BE ( ) : |
||
utf16LE ( ) : |
||
utf8 ( ) : |
Method | Description | |
---|---|---|
Charset ( |
||
Charset ( |
public static fromStr ( string name ) : |
||
name | string | |
return |
public static fromStr ( string name, bool check ) : |
||
name | string | |
check | bool | |
return |