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.Char[] | buffer | the array to read characters into |
System.Int32 | start | the offset in the array to start storing characters |
System.Int32 | length | the number of characters to read |