node-unzipper icon indicating copy to clipboard operation
node-unzipper copied to clipboard

Equivalent of noResume?

Open jdmarshall opened this issue 6 years ago • 2 comments

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.

jdmarshall avatar Oct 24 '19 16:10 jdmarshall

#58

Irelynx avatar Dec 20 '20 23:12 Irelynx