archive
archive copied to clipboard
Shouldn't decodeBuffer() accept an InputStreamBase instead of InputStream?
That would allow a InputFileStream to be passed to it without reading the whole zip file into a List of bytes.
Probably. I'll take a look at it.
Can anyone provide a PR for this? I tried to look into the Code, but this issue seems too complex for me. It would help me fix unzipping very large files (1.5GB).
Sorry for not getting back to this sooner. I made a branch with a rough draft of the implementation. It will probably need some more cleaning up, but if you wanted to test it, it's here: https://github.com/brendan-duncan/archive/tree/zip_input_stream_base