Creates the instance
The Reader instance used to read data.
Optional
options: ZipReaderConstructorOptionsThe options.
Optional
appendedThe data appended after the zip file.
The global comment of the zip file.
Optional
prependedThe data prepended before the zip file.
Returns all the entries in the zip file
Optional
options: ZipReaderGetEntriesOptionsThe options.
A promise resolving to an array
of Entry instances.
Returns a generator used to iterate on all the entries in the zip file
Optional
options: ZipReaderGetEntriesOptionsThe options.
An asynchronous generator of Entry instances.
Represents an instance used to read a zip file.
Example
Here is an example showing how to read the text data of the first entry from a zip file: