Property IsMarkSupported
IsMarkSupported
Tells whether this stream supports the Mark(Int32) operation. The default implementation always returns false. Subclasses should override this method.
LUCENENET specific. Moved here from the Reader class (in Java) so it can be overridden to provide reader buffering.
Declaration
public virtual bool IsMarkSupported { get; }
Property Value
Type | Description |
---|---|
System.Boolean | true if and only if this stream supports the mark operation. |