Creates the instance
The Reader instance used to read data.
Optionaloptions: ZipReaderConstructorOptionsThe options.
OptionalappendedThe data appended after the zip file.
The global comment of the zip file.
OptionalprependedThe data prepended before the zip file.
Closes the zip file
Returns all the entries in the zip file
Optionaloptions: 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
Optionaloptions: 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: