|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexInput | |
---|---|
org.apache.lucene.store | Binary i/o API, used for all index data. |
Uses of IndexInput in org.apache.lucene.store |
---|
Subclasses of IndexInput in org.apache.lucene.store | |
---|---|
class |
BufferedIndexInput
Base implementation class for buffered IndexInput . |
class |
InputStream
Deprecated. Use IndexInput or BufferedIndexInput instead. |
Methods in org.apache.lucene.store that return IndexInput | |
---|---|
IndexInput |
Directory.openInput(String name)
Returns a stream reading an existing file. |
IndexInput |
FSDirectory.openInput(String name)
Returns a stream reading an existing file. |
IndexInput |
MMapDirectory.openInput(String name)
|
IndexInput |
RAMDirectory.openInput(String name)
Returns a stream reading an existing file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |