Library to read zip file in a stream. Zip file binary stream -> stream of {:new_file,name} or uncompressed_bin
Erlang zlib library only allows deflate decompress stream. But Erlang zip library does not allow content streaming.
Show All Activities