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

Reset() public method

public Reset ( ) : void
return void
        public override void Reset()
        {
            base.Reset();
            input = InputPending;
            InputPending = ILLEGAL_STATE_READER;
        }