I want to read a zip archive containing a big file.
I found in alpakka 3 the Archive including a tar reader, but whats about a zip reader?
There is also an inflator in Compression but still the recognition of the files itself is missing, right?
It is somewhat strange but even alpakka uses this ArchiveHelper in its tests and not some self-implemented thingā¦ It is already āstreamsā from java land, so it shouldnāt be much work to wrap to scala code.
I will cook up a gist/PR later today/tomorrow bcs I get interested :D