Lucene.Net.Analysis.CharFilter.Reset C# (CSharp) Method

Reset() public method

LUCENENET specific. Moved here from the Java Reader class so it can be overridden to provide reader buffering.
public Reset ( ) : void
return void
        public virtual void Reset()
        {
            throw new NotSupportedException("Reset() not supported");
        }