C# Class Lucene.Net.Analysis.Hunspell.ISO8859_14Decoder

Inheritance: System.Text.Decoder
Show file Open project: apache/lucenenet

Public Methods

Method Description
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytesIn, int byteIndex, int byteCount, char charsOut, int charIndex ) : int

Method Details

GetCharCount() public method

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
return int

GetChars() public method

public GetChars ( byte bytesIn, int byteIndex, int byteCount, char charsOut, int charIndex ) : int
bytesIn byte
byteIndex int
byteCount int
charsOut char
charIndex int
return int