Package | Description |
---|---|
net.metanotion.io | |
net.metanotion.io.block |
Modifier and Type | Class and Description |
---|---|
class |
RAIFile |
Modifier and Type | Field and Description |
---|---|
RandomAccessInterface |
BlockFile.file |
Modifier and Type | Method and Description |
---|---|
static void |
FreeListBlock.initPage(RandomAccessInterface file,
int page) |
static void |
BlockFile.pageSeek(RandomAccessInterface file,
int page)
Go to any page but the superblock.
|
Constructor and Description |
---|
BlockFile(RandomAccessInterface rai)
Use this constructor with a readonly RAI for a readonly blockfile
|
BlockFile(RandomAccessInterface rai,
boolean init)
Use this constructor with a readonly RAI and init = false for a readonly blockfile
|
FreeListBlock(RandomAccessInterface file,
int startPage) |