Apache Lucene.Net 2.4.0 Class Library API

IndexOutput.WriteChars Method (Char[], Int32, Int32)

NOTE: This method is now obsolete.

please pre-convert to UTF-8 bytes or use WriteString()


Writes a sub sequence of chars from s as "modified UTF-8" encoded bytes.

public virtual void WriteChars(
   char[] 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 | IndexOutput.WriteChars Overload List