cscott / compressjs

Pure JavaScript de/compression (bzip2, etc) for node.js, volo, and the browser.
GNU General Public License v2.0
352 stars 41 forks source link

handling streams #11

Open rajashekhargundeti opened 8 years ago

rajashekhargundeti commented 8 years ago

Hi,

Does it support streams? if so, could u pls provide an example

I mean i would like to read from file and compress it and write it to another stream/file.