Uses of Interface
net.metanotion.io.RandomAccessInterface
-
Uses of RandomAccessInterface in net.metanotion.io
-
Uses of RandomAccessInterface in net.metanotion.io.block
Modifier and TypeMethodDescriptionstatic void
FreeListBlock.initPage
(RandomAccessInterface file, int page) static void
BlockFile.pageSeek
(RandomAccessInterface file, int page) Go to any page but the superblock.ModifierConstructorDescriptionUse this constructor with a readonly RAI for a readonly blockfileBlockFile
(RandomAccessInterface rai, boolean init) Use this constructor with a readonly RAI and init = false for a readonly blockfileFreeListBlock
(RandomAccessInterface file, int startPage)