C# 클래스 Portable.Text.GB18030Source

파일 보기 프로젝트 열기: jstedfast/Portable.Text.Encoding 1 사용 예제들

공개 메소드들

메소드 설명
FromGBX ( byte bytes, int start ) : long
FromUCS ( int cp ) : long
FromUCSSurrogate ( int cp ) : long
Unlinear ( byte bytes, int start, long gbx ) : void
Unlinear ( byte bytes, long gbx ) : void

비공개 메소드들

메소드 설명
FromGBXRaw ( byte b1, byte b2, byte b3, byte b4, bool supp ) : long
GB18030Source ( ) : System
ToGbxRaw ( int idx ) : long
ToUcsRaw ( int idx ) : int

메소드 상세

FromGBX() 공개 정적인 메소드

public static FromGBX ( byte bytes, int start ) : long
bytes byte
start int
리턴 long

FromUCS() 공개 정적인 메소드

public static FromUCS ( int cp ) : long
cp int
리턴 long

FromUCSSurrogate() 공개 정적인 메소드

public static FromUCSSurrogate ( int cp ) : long
cp int
리턴 long

Unlinear() 공개 정적인 메소드

public static Unlinear ( byte bytes, int start, long gbx ) : void
bytes byte
start int
gbx long
리턴 void

Unlinear() 공개 정적인 메소드

public static Unlinear ( byte bytes, long gbx ) : void
bytes byte
gbx long
리턴 void