|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use OutputStream | |
| org.apache.lucene.store | Binary i/o API, used for all index data. |
| Uses of OutputStream in org.apache.lucene.store |
| Subclasses of OutputStream in org.apache.lucene.store | |
class |
RAMOutputStream
A memory-resident OutputStream implementation. |
| 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. |
abstract OutputStream |
Directory.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. |
| Methods in org.apache.lucene.store with parameters of type OutputStream | |
void |
RAMOutputStream.writeTo(OutputStream out)
Copy the current contents of this buffer to the named output. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||