org.axiondb.io
class AxionFileSystem.AxionFileInputStream extends AxionInputStream
Constructor Summary | |
---|---|
AxionFileInputStream(File f) |
Method Summary | |
---|---|
int | available() |
void | close() |
long | getPos() |
int | read() |
int | read(byte[] b) |
int | read(byte[] b, int off, int len) |
void | seek(long pos) |
long | skip(long n) |