| BinaryDataFile |
An append-only, read-anywhere, binary file.
|
| BlockAccess |
Interface to concrete storage - read and write Blocks, addressed by id.
|
| BlockAccessBase |
Support for a disk file backed FileAccess
|
| BufferChannel |
Interface to storage : a simplified version of FileChannel.
|
| BufferChannelFile |
|
| FileSet |
Naming metadata management to a collection of related files (same directory,
same basename within directory, various extensions).
|
| Location |
Wrapper for a file system directory; can create filenames in that directory.
|
| MetaFile |
Abstraction and many convenience operations on metadata.
|
| ProcessFileLock |
A simple packaging around a FileLock.
|