| java.lang.Object org.hsqldb.persist.ScaledRAFileNIO
ScaledRAFileNIO | class ScaledRAFileNIO implements ScaledRAInterface(Code) | | New NIO version of ScaledRAFile. This class is used only for storing a CACHED
TABLE .data file and cannot be used for TEXT TABLE source files.
Due to various issues with java.nio classes, this class will use a mapped
channel of fixed size. After reaching this size, the file and channel are
closed.
author: fredt@users version: 1.8.0.5 since: 1.8.0.5 |
canAccess | public boolean canAccess(int length)(Code) | | |
canSeek | public boolean canSeek(long position)(Code) | | |
isReadOnly | public boolean isReadOnly()(Code) | | |
newNIOBufferSize | static int newNIOBufferSize(int newSize)(Code) | | |
wasNio | public boolean wasNio()(Code) | | |
|
|