|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OutputStream | |
|---|---|
| gate.creole.annic.apache.lucene.store | Binary i/o API, used for all index data. |
| Uses of OutputStream in gate.creole.annic.apache.lucene.store |
|---|
| Subclasses of OutputStream in gate.creole.annic.apache.lucene.store | |
|---|---|
class |
RAMOutputStream
A memory-resident OutputStream implementation. |
| Methods in gate.creole.annic.apache.lucene.store that return OutputStream | |
|---|---|
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. |
OutputStream |
RAMDirectory.createFile(String name)
Creates a new, empty file in the directory with the given name. |
| Methods in gate.creole.annic.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 | |||||||||