|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AxionOutputStream | |
|---|---|
| org.axiondb.io | |
| Uses of AxionOutputStream in org.axiondb.io |
|---|
| Methods in org.axiondb.io that return AxionOutputStream | |
|---|---|
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. |
| Constructors in org.axiondb.io with parameters of type AxionOutputStream | |
|---|---|
BufferedDataOutputStream(AxionOutputStream out)
|
|
BufferedDataOutputStream(AxionOutputStream out,
int bufferSize)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||