kriskowal / zip

An implementation of unzip in JavaScript for Node
MIT License
85 stars 28 forks source link

Entries uncompressed on first demand #5

Closed helios175 closed 12 years ago

helios175 commented 12 years ago

Entries data is loaded on first demand, not when entries are created. Allows loading only a part of a zip file without uncompressing all entries.