| Frames | No Frames |
Classes derived from org.apache.lucene.store.OutputStream | |
| class | A memory-resident OutputStream implementation. |
Methods with parameter type org.apache.lucene.store.OutputStream | |
| void | Copy the current contents of this buffer to the named output. |
Methods with return type org.apache.lucene.store.OutputStream | |
| 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. |