| Package | Description |
|---|---|
| org.axiondb.io |
| Modifier and Type | Method and Description |
|---|---|
AxionOutputStream |
AxionFileSystem.open(java.io.File file,
boolean overwrite)
Open file in append mode if overwrite is false, otherwise create new file.
|
AxionOutputStream |
AxionFileSystem.openAppend(java.io.File file)
Open file in append mode, position will be set to the end of file.
|
| Constructor and Description |
|---|
BufferedDataOutputStream(AxionOutputStream out) |
BufferedDataOutputStream(AxionOutputStream out,
int bufferSize) |