Frames | No Frames |
Classes derived from org.apache.lucene.store.IndexInput | |
class | Base implementation class for buffered IndexInput . |
Methods with return type org.apache.lucene.store.IndexInput | |
IndexInput | Returns a stream reading an existing file. |
IndexInput | FSDirectory.openInput(String name) Returns a stream reading an existing file. |
IndexInput | MMapDirectory.openInput(String name) Returns a stream reading an existing file. |
IndexInput | RAMDirectory.openInput(String name) Returns a stream reading an existing file. |