Uses of Interface
net.metanotion.io.RandomAccessInterface
| Package | Description |
|---|---|
| net.metanotion.io | |
| net.metanotion.io.block |
-
Uses of RandomAccessInterface in net.metanotion.io
Classes in net.metanotion.io that implement RandomAccessInterface Modifier and Type Class Description classRAIFile -
Uses of RandomAccessInterface in net.metanotion.io.block
Fields in net.metanotion.io.block declared as RandomAccessInterface Modifier and Type Field Description RandomAccessInterfaceBlockFile. fileMethods in net.metanotion.io.block with parameters of type RandomAccessInterface Modifier and Type Method Description static voidFreeListBlock. initPage(RandomAccessInterface file, int page)static voidBlockFile. pageSeek(RandomAccessInterface file, int page)Go to any page but the superblock.Constructors in net.metanotion.io.block with parameters of type RandomAccessInterface Constructor Description BlockFile(RandomAccessInterface rai)Use 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)