|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputStream | |
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 OutputStream in org.apache.lucene.index |
Methods in org.apache.lucene.index that return OutputStream | |
OutputStream |
CompoundFileReader.createFile(String name)
Creates a new, empty file in the directory with the given name. |
Uses of OutputStream in org.apache.lucene.store |
Methods in org.apache.lucene.store that return OutputStream | |
OutputStream |
RAMDirectory.createFile(String name)
Creates a new, empty file in the directory with the given name. |
OutputStream |
FSDirectory.createFile(String name)
Creates a new, empty file in the directory with the given name. |
abstract OutputStream |
Directory.createFile(String name)
Creates a new, empty file in the directory with the given name. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |