| Package | Description |
|---|---|
| net.metanotion.io | |
| net.metanotion.io.block |
| Modifier and Type | Class | Description |
|---|---|---|
class |
RAIFile |
| Modifier and Type | Field | Description |
|---|---|---|
RandomAccessInterface |
BlockFile.file |
| Modifier and Type | Method | 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 | 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) |