Lucene.Net 1.9.1 Class Library

IndexOutput.WriteChars Method 

Writes a sequence of UTF-8 encoded characters from a string.

public virtual void WriteChars(
   string s,
   int start,
   int length
);

Parameters

s
the source of the characters
start
the first character in the sequence
length
the number of characters in the sequence

See Also

IndexOutput Class | Lucene.Net.Store Namespace |