| Package | Description |
|---|---|
| gate.creole.annic.apache.lucene.store |
Binary i/o API, used for all index data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RAMOutputStream
A memory-resident
OutputStream implementation. |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
RAMDirectory.createFile(String name)
Creates a new, empty file in the directory with the given name.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RAMOutputStream.writeTo(OutputStream out)
Copy the current contents of this buffer to the named output.
|
Copyright © 2024 GATE. All rights reserved.