namespace org\bovigo\vfs\content
Object name | File name | Summary |
---|---|---|
FileContent | vendor/mikey179/vfsstream/src/main/php/org/bovigo/vfs/content/FileContent.php | Interface for actual file contents. |
LargeFileContent | vendor/mikey179/vfsstream/src/main/php/org/bovigo/vfs/content/LargeFileContent.php | File content implementation to mock large files. |
SeekableFileContent | vendor/mikey179/vfsstream/src/main/php/org/bovigo/vfs/content/SeekableFileContent.php | Default implementation for file contents based on simple strings. |
StringBasedFileContent | vendor/mikey179/vfsstream/src/main/php/org/bovigo/vfs/content/StringBasedFileContent.php | Default implementation for file contents based on simple strings. |