C# Класс System.Text.ISO2022Encoding

Наследование: DBCSCodePageEncoding
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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