| BinaryDataFileMem |
Implementation of BinaryDataFile in memory for testing
and development use.
|
| BinaryDataFileRandomAccess |
|
| BinaryDataFileSync |
Add synchronization to all BinaryDataFile operations.
|
| BinaryDataFileWrapper |
|
| BinaryDataFileWriteBuffered |
|
| BlockAccessBase |
Support for a disk file backed FileAccess
|
| BlockAccessByteArray |
FileAccess interface backed by a byte array.
|
| BlockAccessDirect |
|
| BlockAccessMapped |
FileAccess for a file, using memory mapped I/O
|
| BlockAccessMem |
File access layer that simulates a disk in-memory - for testing, not written for efficiency.
|
| BufferChannelFile |
|
| BufferChannelMem |
|
| ChannelManager |
|
| FileFactory |
|
| 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.
|
| SegmentedMemBuffer |
A segmented, expanding buffer of bytes.
|