Overload List

  NameDescription
Public methodOpenInput(String) (Overrides Directory..::..OpenInput(String).)
Public methodOpenInput(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}.
(Inherited from Directory.)

See Also