| java.lang.Object com.quadcap.sql.file.RandomAccess com.quadcap.sql.file.FileRandomAccess
FileRandomAccess | public class FileRandomAccess extends RandomAccess (Code) | | author: Stan Bailes |
Method Summary | |
final void | checkCapacity(long t) | public void | close() Finalization... | public void | flush() | public void | read(long p, byte[] b, int offset, int len) Read len bytes from location pos of the region
into the buffer buf, starting at offset. | public void | resize(long newSize) Resize the managed region. | public long | size() Return the size of the managed region. | public void | write(long p, byte[] b, int offset, int len) |
read | public void read(long p, byte[] b, int offset, int len) throws IOException(Code) | | Read len bytes from location pos of the region
into the buffer buf, starting at offset.
|
resize | public void resize(long newSize) throws IOException(Code) | | Resize the managed region.
|
size | public long size()(Code) | | Return the size of the managed region.
|
write | public void write(long p, byte[] b, int offset, int len) throws IOException(Code) | | |
Fields inherited from com.quadcap.sql.file.RandomAccess | byte[] fmtBuf(Code)(Java Doc)
|
|
|