Virtual filesystem for reading files from a zip archive. Wraps any ReadSource and provides memory-efficient streaming access.
Close the zip filesystem and underlying source.
Create a readable source for the given path/identifier.
Path or identifier for the resource
Optional
Promise resolving to a ReadSource
Get entry metadata.
Entry name
Entry metadata or undefined if not found
List all entries in the zip file.
Array of entry names
Virtual filesystem for reading files from a zip archive. Wraps any ReadSource and provides memory-efficient streaming access.