| java.lang.Object org.hsqldb.persist.ScaledRAFileInJar
ScaledRAFileInJar | class ScaledRAFileInJar implements ScaledRAInterface(Code) | | This class is a random access wrapper around a DataInputStream object and
enables access to cached tables when a database is included in a jar.
A proof-of-concept prototype was first contributed by winfriedthom@users.
author: fredt@users version: 1.8.0 since: 1.8.0 |
bufferDirty | boolean bufferDirty(Code) | | |
bufferOffset | long bufferOffset(Code) | | |
fileLength | long fileLength(Code) | | |
realPosition | long realPosition(Code) | | |
seekPosition | long seekPosition(Code) | | |
canAccess | public boolean canAccess(int length)(Code) | | |
canSeek | public boolean canSeek(long position)(Code) | | |
isReadOnly | public boolean isReadOnly()(Code) | | |
seek | public void seek(long position) throws IOException(Code) | | Some JVM's do not allow seek beyond end of file, so zeros are written
first in that case. Reported by bohgammer@users in Open Disucssion
Forum.
|
wasNio | public boolean wasNio()(Code) | | |
|
|