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.
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.