Method ReadChars
ReadChars(Char[], Int32, Int32)
Reads Lucene's old "modified UTF-8" encoded characters into an array.
Declaration
public virtual void ReadChars(char[] buffer, int start, int length)
Parameters
Type | Name | Description |
---|---|---|
System. |
buffer | the array to read characters into |
System. |
start | the offset in the array to start storing characters |
System. |
length | the number of characters to read |