Lucene.Net.QueryParsers.Surround.Parser.FastCharStream.Done C# (CSharp) Method

Done() public method

public Done ( ) : void
return void
        public void Done()
        {
            try
            {
                input.Close();
            }
            catch (System.IO.IOException e)
            {
                System.Console.Error.WriteLine("Caught: " + e + "; ignoring.");
            }
        }