C# Класс I18N.CJK.CP932Decoder

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

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

Метод Описание
CP932Decoder ( I18N.CJK.JISConvert convert ) : System
GetCharCount ( byte bytes, int index, int count ) : int
GetCharCount ( byte bytes, int index, int count, bool refresh ) : 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 refresh ) : int

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

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

public CP932Decoder ( I18N.CJK.JISConvert convert ) : System
convert I18N.CJK.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 refresh ) : int
bytes byte
index int
count int
refresh 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 refresh ) : int
bytes byte
byteIndex int
byteCount int
chars char
charIndex int
refresh bool
Результат int