node-stream-zip icon indicating copy to clipboard operation
node-stream-zip copied to clipboard

Read from stream / buffer instead of file

Open zentek-markus opened this issue 2 years ago • 1 comments

This is one of my fav ZIP libs, but I wish it could read zip files from a stream or a buffer instead of just files.

zentek-markus avatar Jan 23 '24 11:01 zentek-markus

ReadStream: see discussion in #97 for why a ReadStream won't work as expected. Buffer: see my comment in #99 for a way to read from buffer.

simonpai avatar Jul 22 '24 14:07 simonpai