C# Класс Portable.Text.CP950.CP950Decoder

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

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

Метод Описание
CP950Decoder ( DbcsConvert convert ) : System
GetCharCount ( byte bytes, int index, int count ) : int
GetCharCount ( byte bytes, int index, int count, bool flush ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex, bool flush ) : int

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

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

public CP950Decoder ( DbcsConvert convert ) : System
convert DbcsConvert
Результат System

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

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
Результат int

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

public GetCharCount ( byte bytes, int index, int count, bool flush ) : int
bytes byte
index int
count int
flush bool
Результат int

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

public GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
bytes byte
byteIndex int
byteCount int
chars char
charIndex int
Результат int

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

public GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex, bool flush ) : int
bytes byte
byteIndex int
byteCount int
chars char
charIndex int
flush bool
Результат int