C# Класс Lucene.Net.Analysis.Hunspell.ISO8859_14Decoder

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

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

Метод Описание
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytesIn, int byteIndex, int byteCount, char charsOut, int charIndex ) : int

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

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

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

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

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