bjornharrtell / StreamingZipReader

MIT License
0 stars 0 forks source link

Cannot read zip files made with data descriptor feature flag #3

Open bjornharrtell opened 1 month ago

bjornharrtell commented 1 month ago

Most tools seem unable to stream those.. but bsdtar -xvf can do it. Problem is size is not known up front in these cases.

bjornharrtell commented 1 month ago

Looks like https://github.com/adamhathcock/sharpcompress can do it. :)

bjornharrtell commented 1 month ago

However, https://github.com/adamhathcock/sharpcompress does not support async and/or cancellation.