Lucene.Net.Demo.Html.SimpleCharStream.SimpleCharStream C# (CSharp) Method

SimpleCharStream() public method

public SimpleCharStream ( System dstream ) : System
dstream System
return System
        public SimpleCharStream(System.IO.StreamReader dstream):this(dstream, 1, 1, 4096)
        {
        }

Same methods

SimpleCharStream::SimpleCharStream ( System dstream, int startline, int startcolumn ) : System
SimpleCharStream::SimpleCharStream ( System dstream, int startline, int startcolumn, int buffersize ) : System