| パッケージ | 説明 |
|---|---|
| net.metanotion.io | |
| net.metanotion.io.block |
| 修飾子とタイプ | クラス | 説明 |
|---|---|---|
class |
RAIFile |
| 修飾子とタイプ | フィールド | 説明 |
|---|---|---|
RandomAccessInterface |
BlockFile.file |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
static void |
FreeListBlock.initPage(RandomAccessInterface file,
int page) |
|
static void |
BlockFile.pageSeek(RandomAccessInterface file,
int page) |
Go to any page but the superblock.
|
| コンストラクタ | 説明 |
|---|---|
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) |