Is it possible to use the library to open a zip file for reading if a file is on http server?
I have an url for my zip file like http://host.com/file.zip
I want to open this file and extract all files from it. But i can not store a file on disk.
Is it possible?
Also, to read compressed files from it i will also need a read stream. No just save to a disk.
Is this library good for it? If not, is it hard to modify the library or make something over it to work with streaming?