C# 클래스 Fan.Sys.Charset

Charset.
상속: FanObj
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
@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

비공개 메소드들

메소드 설명
Charset ( Encoding encoding ) : System.Text
Charset ( Encoding encoding, string name ) : System.Text

메소드 상세

@typeof() 공개 메소드

public @typeof ( ) : Type
리턴 Type

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

defVal() 공개 정적인 메소드

public static defVal ( ) : Charset
리턴 Charset

fromStr() 공개 정적인 메소드

public static fromStr ( string name ) : Charset
name string
리턴 Charset

fromStr() 공개 정적인 메소드

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

hash() 공개 메소드

public hash ( ) : long
리턴 long

iso8859_1() 공개 정적인 메소드

public static iso8859_1 ( ) : Charset
리턴 Charset

name() 공개 메소드

public name ( ) : string
리턴 string

newDecoder() 공개 메소드

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

newEncoder() 공개 메소드

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

toStr() 공개 메소드

public toStr ( ) : string
리턴 string

utf16BE() 공개 정적인 메소드

public static utf16BE ( ) : Charset
리턴 Charset

utf16LE() 공개 정적인 메소드

public static utf16LE ( ) : Charset
리턴 Charset

utf8() 공개 정적인 메소드

public static utf8 ( ) : Charset
리턴 Charset