memory library Null safety
An implementation of FileSystem
that exists entirely in memory with an
internal representation loosely based on the Filesystem Hierarchy Standard.
Classes
- FileSystemOp
-
A file system operation used by the
MemoryFileSytem
to allow tests to insert errors for certain operations. - FileSystemStyle
- Class that represents the path style that a memory file system should adopt.
- MemoryFileSystem
- An implementation of FileSystem that exists entirely in memory with an internal representation loosely based on the Filesystem Hierarchy Standard.
- StyleableFileSystem
- A file system that supports different styles.