C# 클래스 System.Text.DBCSCodePageEncoding

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

보호된 프로퍼티들

프로퍼티 타입 설명
charUnknown char

Private Properties

프로퍼티 타입 설명
CleanUpEndBytes void
DBCSCodePageEncoding System
DBCSCodePageEncoding System
DBCSCodePageEncoding System
GetByteCount int
GetBytes int
GetCharCount int
GetChars int
LoadManagedCodePage void
ReadBestFitTable void

공개 메소드들

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

보호된 메소드들

메소드 설명
CleanUpBytes ( int &bytes ) : bool

비공개 메소드들

메소드 설명
CleanUpEndBytes ( char chars ) : void
DBCSCodePageEncoding ( int codePage ) : System
DBCSCodePageEncoding ( int codePage, int dataCodePage ) : System
DBCSCodePageEncoding ( int codePage, int dataCodePage, EncoderFallback enc, DecoderFallback dec ) : 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
LoadManagedCodePage ( ) : void
ReadBestFitTable ( ) : void

메소드 상세

CleanUpBytes() 보호된 메소드

protected CleanUpBytes ( int &bytes ) : bool
bytes int
리턴 bool

GetDecoder() 공개 메소드

public GetDecoder ( ) : Decoder
리턴 Decoder

GetMaxByteCount() 공개 메소드

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

GetMaxCharCount() 공개 메소드

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

프로퍼티 상세

charUnknown 보호되어 있는 프로퍼티

protected char charUnknown
리턴 char