C# 클래스 System.Text.GB18030Encoding

상속: DBCSCodePageEncoding
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
GetDecoder ( ) : Decoder
GetMaxByteCount ( int charCount ) : int
GetMaxCharCount ( int byteCount ) : int

비공개 메소드들

메소드 설명
GB18030Encoding ( ) : System
GetByteCount ( char chars, int count, EncoderNLS encoder ) : int
GetBytes ( char chars, int charCount, byte bytes, int byteCount, EncoderNLS encoder ) : int
GetCharCount ( byte bytes, int count, DecoderNLS baseDecoder ) : int
GetChars ( byte bytes, int byteCount, char chars, int charCount, DecoderNLS baseDecoder ) : int
GetFourBytesOffset ( short offset1, short offset2, short offset3, short offset4 ) : int
Is4Byte ( char charTest ) : bool
IsGBFourByteTrailing ( short ch ) : bool
IsGBLeadByte ( short ch ) : bool
IsGBTwoByteTrailing ( short ch ) : bool
LoadManagedCodePage ( ) : void

메소드 상세

GetDecoder() 공개 메소드

public GetDecoder ( ) : Decoder
리턴 Decoder

GetMaxByteCount() 공개 메소드

public GetMaxByteCount ( int charCount ) : int
charCount int
리턴 int

GetMaxCharCount() 공개 메소드

public GetMaxCharCount ( int byteCount ) : int
byteCount int
리턴 int