Adam Hathcock
Adam Hathcock
System.IO.Compression isn’t used in the code you showed me? The funny part is is that Mono uses SharpCompress for their zip implementation last I checked. Not sure what issues you’re...
It's weird the autodetection doesn't work on iOS. Maybe something to do with improper read counting from a Stream like https://github.com/adamhathcock/sharpcompress/issues/275
Probably. Did you use the method in your code?
Yes. I guess the lazy collection doesn't consider Count has a trigger to fully load the entries.
I don't have expected behavior with `open its stream without closing it` because you have to close it as the reader needs to move to the next file. `If it...
> By the way, what is the reason that `TarHeaderFactory.ReadHeader` yields null, when where was an exception during parsing the header? I can't recall. Maybe a good idea at the...
Rar5 decryption isn't implemented
Happy to change the exception if you don't mind submitting a PR to clean that exception (and possibly other locations)
What you're asking for seems a bit odd but there's no reason not to allow it I guess. The Tar implementation isn't the best so some rework might be needed...
It would be cool but this is something I'm personally unwilling to do. In fact I didn't port any algorithm since the original RAR. Looking at their page there is...