Method Skip
Skip(Int32)
Skips characters. This method will block until some characters are available, an I/O error occurs, or the end of the stream is reached.
LUCENENET specific. Moved here from the Reader class (in Java) so it can be overridden to provide reader buffering.
Declaration
public virtual long Skip(int n)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | n | The number of characters to skip |
Returns
Type | Description |
---|---|
System.Int64 | The number of characters actually skipped |