Uses of Interface
net.metanotion.io.RandomAccessInterface

Packages that use RandomAccessInterface
net.metanotion.io   
net.metanotion.io.block   
 

Uses of RandomAccessInterface in net.metanotion.io
 

Classes in net.metanotion.io that implement RandomAccessInterface
 class RAIFile
           
 

Uses of RandomAccessInterface in net.metanotion.io.block
 

Fields in net.metanotion.io.block declared as RandomAccessInterface
 RandomAccessInterface BlockFile.file
           
 

Methods in net.metanotion.io.block with parameters of type RandomAccessInterface
static void FreeListBlock.initPage(RandomAccessInterface file, int page)
           
static void BlockFile.pageSeek(RandomAccessInterface file, int page)
          Go to any page but the superblock.
 

Constructors in net.metanotion.io.block with parameters of type RandomAccessInterface
BlockFile(RandomAccessInterface rai)
           
BlockFile(RandomAccessInterface rai, boolean init)
           
FreeListBlock(RandomAccessInterface file, int startPage)