[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Classes
Class | Description | |
---|---|---|
![]() | CachedIoAdapter |
CachedIoAdapter is an IOAdapter for random access files, which caches data
for IO access.
|
![]() | IoAdapter |
Base class for database file adapters, both for file and memory
databases.
|
![]() | IoAdapterWindow | Bounded handle into an IoAdapter: Can only access a restricted area. |
![]() | MemoryIoAdapter | IoAdapter for in-memory operation. |
![]() | RandomAccessFileAdapter | IO adapter for random access files. |
![]() | VanillaIoAdapter | base class for IoAdapters that delegate to other IoAdapters (decorator pattern)
|