org.axiondb.io
class AxionFileSystem.AxionFileOutputStream extends AxionOutputStream
Constructor Summary | |
---|---|
AxionFileOutputStream(File file) |
Method Summary | |
---|---|
void | close() |
void | flush() |
long | getPos() |
void | seek(long pos) |
void | truncate(long length) |
void | write(byte[] b) |
void | write(byte[] b, int off, int len) |
void | write(int b) |