Expand description
A virtual memory-based filesystem.
Structs
A fake “file” represented by an in-memory buffer. This should only be used in testing, as this database format is not optimized for memory efficiency.
The FileManager
implementation for MemoryFile
. Simulates a
persistent in-memory filesystem.
A ManagedFileOpener
implementation that produces MemoryFile
s.
An open MemoryFile
that is owned by a MemoryFileManager
.