A TreeContainer that performs I/O without unzipping it to the disk first.
Whether or not a file path exists in the container.
File path to test
true if the path exists
true
Searches for a metadata component file in a container directory.
The type of component file
The name of the file without a suffix
The directory to search in
The first path that meets the criteria, or undefined if none were found
undefined
Whether or not a file path is a directory in the container.
true if the path is to a directory
Reads the contents of a directory in the container.
Path to directory
An array of file and directory names in the directory
Reads the contents of a file.
A buffer of the file contents
Reads the contents of a file synchronously.
Creates a readable stream of a file's contents.
File path to create a readable stream from
A readable stream
Static
A TreeContainer that performs I/O without unzipping it to the disk first.