fs_memory library

Classes

Directory
Abstract directory.
File
Abstract File entity.
FileMode
File open mode.
FileSink
File sink.
FileStat
A FileStat object represents the result of calling the POSIX stat() function on a file system object. It is an immutable object, representing the snapshotted values returned by the stat() call.
FileSystem
Abstract File system.
FileSystemEntity
FileSystem entity.
FileSystemEntityType
The type of an entity on the file system, such as a file, directory, or link.
FileSystemException
Common file system exception.
Link objects are references to filesystem links.
OSError
Generic OS error.
RandomAccessFile
Random access to the data in a file.

Properties

fileSystemMemory FileSystem
Global in memory file system.
no setter

Functions

newFileSystemMemory([String? name]) FileSystem
Creates a new file system in memory.
newMemoryFileSystem([String? name]) FileSystem
In memory implementation