C# Класс Portable.Text.GB18030Encoder

Наследование: Portable.Text.MonoEncoder
Показать файл Открыть проект

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

Метод Описание
GB18030Encoder ( Portable.Text.MonoEncoding owner ) : System
GetByteCountImpl ( char chars, int charCount, bool refresh ) : int
GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount, bool refresh ) : int

Описание методов

GB18030Encoder() публичный Метод

public GB18030Encoder ( Portable.Text.MonoEncoding owner ) : System
owner Portable.Text.MonoEncoding
Результат System

GetByteCountImpl() публичный Метод

public GetByteCountImpl ( char chars, int charCount, bool refresh ) : int
chars char
charCount int
refresh bool
Результат int

GetBytesImpl() публичный Метод

public GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount, bool refresh ) : int
chars char
charCount int
bytes byte
byteCount int
refresh bool
Результат int