Lucene.Net 1.4.3 Class Library

InputStream.ReadChars Method 

Reads UTF-8 encoded characters into an array.

public 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

InputStream Class | Lucene.Net.Store Namespace | OutputStream#WriteChars