Overload List
Name | Description | |
---|---|---|
OpenInput(String) | Returns a stream reading an existing file. | |
OpenInput(String, Int32) | Returns a stream reading an existing file, with the
specified read buffer size. The particular Directory
implementation may ignore the buffer size. Currently
the only Directory implementations that respect this
parameter are {@link FSDirectory} and {@link
Lucene.Net.Index.CompoundFileReader}.
|