| de.anomic.kelondro.kelondroIOChunks
All known Subclasses: de.anomic.kelondro.kelondroBufferedIOChunks, de.anomic.kelondro.kelondroRAIOChunks,
kelondroIOChunks | public interface kelondroIOChunks (Code) | | |
Method Summary | |
public void | close() | public void | commit() | public kelondroRA | getRA() | public long | length() | public String | name() | public kelondroProfile | profile() | public int | read(long pos, byte[] b, int off, int len) | public byte | readByte(long pos) | public void | readFully(long pos, byte[] b, int off, int len) | public int | readInt(long pos) | public long | readLong(long pos) | public short | readShort(long pos) | public void | write(long pos, byte[] b, int off, int len) | public void | write(long pos, byte[] b) | public void | writeByte(long pos, int v) | public void | writeInt(long pos, int v) | public void | writeLong(long pos, long v) | public void | writeShort(long pos, int v) |
readFully | public void readFully(long pos, byte[] b, int off, int len) throws IOException(Code) | | |
write | public void write(long pos, byte[] b, int off, int len) throws IOException(Code) | | |
|
|