adamhathcock / sharpcompress

SharpCompress is a fully managed C# library to deal with many compression types and formats.
MIT License
2.28k stars 480 forks source link

Make ArchiveFactory.IsArchive(Stream, ...) public. Fix #739 #740

Closed AlissaSabre closed 1 year ago

AlissaSabre commented 1 year ago

This is the straightforward fix to solve the issue #739 (which I raised).

Thank you.

adamhathcock commented 1 year ago

Thank you!