Package | Description |
---|---|
org.apache.lucene.store |
Binary i/o API, used for all index data.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferedIndexOutput
Base implementation class for buffered
IndexOutput . |
class |
OutputStream
Deprecated.
Use
IndexOutput or BufferedIndexOutput
instead. |
class |
RAMOutputStream
A memory-resident
IndexOutput implementation. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
RAMOutputStream.writeTo(IndexOutput out)
Copy the current contents of this buffer to the named output.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.