Package | Description |
---|---|
org.apache.lucene.store |
Binary i/o API, used for all index data.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,RAMFile> |
RAMDirectory.fileMap |
Modifier and Type | Method and Description |
---|---|
protected RAMFile |
RAMDirectory.newRAMFile()
Returns a new
RAMFile for storing data. |
Constructor and Description |
---|
RAMInputStream(String name,
RAMFile f) |
RAMOutputStream(RAMFile f,
boolean checksum)
Creates this, with no name.
|
RAMOutputStream(String name,
RAMFile f,
boolean checksum)
Creates this, with specified name.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.