Frames | No Frames |
Classes derived from org.apache.lucene.store.IndexOutput | |
class | Base implementation class for buffered IndexOutput . |
class | |
class | A memory-resident IndexOutput implementation. |
Methods with parameter type org.apache.lucene.store.IndexOutput | |
void | Copy the current contents of this buffer to the named output. |
Methods with return type org.apache.lucene.store.IndexOutput | |
IndexOutput | Directory.createOutput(String name) Creates a new, empty file in the directory with the given name. |
IndexOutput | FSDirectory.createOutput(String name) Creates a new, empty file in the directory with the given name. |
IndexOutput | RAMDirectory.createOutput(String name) Creates a new, empty file in the directory with the given name. |