Lucene.Net 1.4.3 Class Library

OutputStream.WriteChars Method 

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

public 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

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