Lucene.Net 1.9.1 Class Library

IndexInput.ReadChars Method 

Reads UTF-8 encoded characters into an array.

public virtual void ReadChars(
   char[] buffer,
   int start,
   int length
);

Parameters

buffer
the array to read characters into
start
the offset in the array to start storing characters
length
the number of characters to read

See Also

IndexInput Class | Lucene.Net.Store Namespace |