Method Mark
Mark(Int32)
Sets a mark position in this reader. The parameter markLimit
indicates how many characters can be read before the mark is invalidated.
Calling Reset() will reposition the reader back to the marked
position if Lucene.Net.Analysis.Util.BufferedCharFilter.markLimit has not been surpassed.
Declaration
public override void Mark(int markLimit)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | markLimit | the number of characters that can be read before the mark is invalidated. |
Overrides
Exceptions
Type | Condition |
---|---|
System.ArgumentOutOfRangeException | if |
System.IO.IOException | if an error occurs while setting a mark in this reader. |