|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputStream | |
org.apache.lucene.index | Code to maintain and access indices. |
org.apache.lucene.store | Binary i/o API, used for all index data. |
Uses of InputStream in org.apache.lucene.index |
Methods in org.apache.lucene.index that return InputStream | |
InputStream |
CompoundFileReader.openFile(String id)
|
Uses of InputStream in org.apache.lucene.store |
Methods in org.apache.lucene.store that return InputStream | |
InputStream |
RAMDirectory.openFile(String name)
Returns a stream reading an existing file. |
InputStream |
FSDirectory.openFile(String name)
Returns a stream reading an existing file. |
abstract InputStream |
Directory.openFile(String name)
Returns a stream reading an existing file. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |