Lucene.Net.Analysis.Standard.StandardTokenizerImpl.YyClose C# (CSharp) Метод

YyClose() публичный Метод

Closes the input stream.
public YyClose ( ) : void
Результат void
        public void YyClose()
        {
            zzAtEOF = true; // indicate end of file
            zzEndRead = zzStartRead; // invalidate buffer

            if (zzReader != null)
            {
                zzReader.Dispose();
            }
        }