This namespace does not contain any documentable elements
Classes and interfaces
vfsStreamContainer¶
Interface for stream contents that are able to store other stream contents.
« More »
vfsStreamContent¶
Interface for stream contents.
« More »
vfsStream¶
Some utility methods for vfsStream.
« More »
vfsStreamAbstractContent¶
Base stream contents container.
« More »
vfsStreamContainerIterator¶
Iterator for children of a directory container.
« More »
vfsStreamDirectory¶
Directory container.
« More »
vfsStreamException¶
Exception for vfsStream errors.
« More »
vfsStreamWrapper¶
Stream wrapper to mock file system requests.
« More »
Classes and interfaces
FileContent¶
Interface for actual file contents.
« More »
LargeFileContent¶
File content implementation to mock large files.
« More »
SeekableFileContent¶
Default implementation for file contents based on simple strings.
« More »
StringBasedFileContent¶
Default implementation for file contents based on simple strings.
« More »
Classes and interfaces
vfsStreamVisitor¶
Interface for a visitor to work on a vfsStream content structure.
« More »
vfsStreamAbstractVisitor¶
Abstract base class providing an implementation for the visit() method.
« More »
vfsStreamPrintVisitor¶
Visitor which traverses a content structure recursively to print it to an output stream.
« More »
vfsStreamStructureVisitor¶
Visitor which traverses a content structure recursively to create an array structure from it.
« More »