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

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

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

Метод Описание
CP932Decoder ( Portable.Text.JISConvert 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

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

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

public CP932Decoder ( Portable.Text.JISConvert convert ) : System
convert Portable.Text.JISConvert
Результат 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