node-unzipper
node-unzipper copied to clipboard
Equivalent of noResume?
Is there a way to force unzipper to read entries sequentially, so that I don't fill up memory with buffers before I can process the first entry?
tar has a 'noResume' flag which achieves this.
#58