| java.lang.Object de.anomic.kelondro.kelondroAbstractIOChunks de.anomic.kelondro.kelondroRAIOChunks
Method Summary | |
public synchronized void | close() | public void | commit() | protected void | finalize() | public kelondroRA | getRA() | public synchronized long | length() | public synchronized int | read(long pos, byte[] b, int off, int len) | public synchronized void | write(long pos, byte[] b, int off, int len) |
read | public synchronized int read(long pos, byte[] b, int off, int len) throws IOException(Code) | | |
write | public synchronized void write(long pos, byte[] b, int off, int len) throws IOException(Code) | | |
Methods inherited from de.anomic.kelondro.kelondroAbstractIOChunks | abstract public void close() throws IOException(Code)(Java Doc) abstract public long length() throws IOException(Code)(Java Doc) public String name()(Code)(Java Doc) public kelondroProfile profile()(Code)(Java Doc) abstract public int read(long pos, byte[] b, int off, int len) throws IOException(Code)(Java Doc) public synchronized byte readByte(long pos) throws IOException(Code)(Java Doc) public synchronized void readFully(long pos, byte[] b, int off, int len) throws IOException(Code)(Java Doc) public synchronized int readInt(long pos) throws IOException(Code)(Java Doc) public synchronized long readLong(long pos) throws IOException(Code)(Java Doc) public synchronized short readShort(long pos) throws IOException(Code)(Java Doc) abstract public void write(long pos, byte[] b, int off, int len) throws IOException(Code)(Java Doc) public synchronized void write(long pos, byte[] b) throws IOException(Code)(Java Doc) public synchronized void writeByte(long pos, int v) throws IOException(Code)(Java Doc) public synchronized void writeInt(long pos, int v) throws IOException(Code)(Java Doc) public synchronized void writeLong(long pos, long v) throws IOException(Code)(Java Doc) public synchronized void writeShort(long pos, int v) throws IOException(Code)(Java Doc)
|
|
|