| java.lang.Object org.hsqldb.persist.ScaledRAFileHybrid
ScaledRAFileHybrid | public class ScaledRAFileHybrid implements ScaledRAInterface(Code) | | Mixe NIO / non-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 and a new one opened, up to the maximum size.
author: fredt@users version: 1.8.0.5 since: 1.7.2 |
isReadOnly | final boolean isReadOnly(Code) | | |
maxLength | long maxLength(Code) | | |
wasNio | final boolean wasNio(Code) | | |
canAccess | public boolean canAccess(int length)(Code) | | |
canSeek | public boolean canSeek(long position)(Code) | | |
isReadOnly | public boolean isReadOnly()(Code) | | |
wasNio | public boolean wasNio()(Code) | | |
|
|