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

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

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

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