adamhathcock / sharpcompress

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

Add LzwReader Support for .Z Archives Using LzwStream #880

Open adanddev opened 1 week ago

adanddev commented 1 week ago

Please consider to add support for reading .Z compressed archives by implementing an LzwReader (name can be different) that uses LzwStream for decompression. This new reader should follow the design patterns of existing readers, such as GZipReader, so that it can be created through the standard factory methods in SharpCompress.