Thursday, April 14, 2011

SharpCompress

Project Description
sharpcompress a compression library for .NET/Mono/Silverlight/WP7 that can unrar and zip/unzip (soon others)
The major feature is support for non-seekable streams so large files can be processed on the fly (i.e. download stream).

Organization of the library should be akin to Apache Commons Compress (http://commons.apache.org/compress/)
This is a fork of my work from NUnrar (http://nunrar.codeplex.com) to keep nunrar rar-focused.
The Zlib code has been forked from the project (http://dotnetzip.codeplex.com/)

Read more: Codeproject