C# 클래스 System.Text.ISO2022Encoding

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

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
CheckEscapeSequenceJP ( byte bytes, int escapeCount ) : ISO2022Modes
CheckEscapeSequenceKR ( byte bytes, int escapeCount ) : ISO2022Modes
DecrementEscapeBytes ( byte &bytes, int &count ) : byte
GetByteCount ( char chars, int count, EncoderNLS baseEncoder ) : int
GetBytes ( char chars, int charCount, byte bytes, int byteCount, EncoderNLS baseEncoder ) : int
GetBytesCP50225KR ( char chars, int charCount, byte bytes, int byteCount, ISO2022Encoder encoder ) : int
GetBytesCP5022xJP ( char chars, int charCount, byte bytes, int byteCount, ISO2022Encoder encoder ) : int
GetBytesCP52936 ( char chars, int charCount, byte bytes, int byteCount, ISO2022Encoder encoder ) : int
GetCharCount ( byte bytes, int count, DecoderNLS baseDecoder ) : int
GetChars ( byte bytes, int byteCount, char chars, int charCount, DecoderNLS baseDecoder ) : int
GetCharsCP50225KR ( byte bytes, int byteCount, char chars, int charCount, ISO2022Decoder decoder ) : int
GetCharsCP5022xJP ( byte bytes, int byteCount, char chars, int charCount, ISO2022Decoder decoder ) : int
GetCharsCP52936 ( byte bytes, int byteCount, char chars, int charCount, ISO2022Decoder decoder ) : int
ISO2022Encoding ( int codePage ) : System

메소드 상세

CleanUpBytes() 보호된 메소드

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

GetDecoder() 공개 메소드

public GetDecoder ( ) : Decoder
리턴 Decoder

GetEncoder() 공개 메소드

public GetEncoder ( ) : Encoder
리턴 Encoder

GetMaxByteCount() 공개 메소드

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

GetMaxCharCount() 공개 메소드

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