| Class | Description |
|---|---|
| BlockFile |
Block-based file storage system with indexed access.
|
| FreeListBlock |
Manages free pages in a block file.
|
Block-based storage and file system utilities.
This package implements a block-based storage system for efficient data management in the address book. It provides abstractions for working with fixed-size blocks, block allocation, and low-level storage operations.
Components include: