Input/Output abstraction layer.
| Class | Description |
|---|---|
| IoAdapter | Base class for database file adapters, both for file and memory databases. |
| MemoryIoAdapter | IoAdapter for in-memory operation. |
| RandomAccessFileAdapter | IO adapter for random access files. |
| SafeSyncIoAdapter | Debug IoAdapter syncing to drive after every write call. |
| VanillaIoAdapter | base class for IoAdapters that delegate to other IoAdapters (decorator pattern) |