Skip to content
johnreilly edited this page Aug 15, 2007 · 12 revisions

SharpZipLib-Related

Home Page

Download library

SVN access is via svn://sharpdevelop.net/sharpziplib/trunk, see the main wiki for detail on how to set this up. Be careful of firewalls and svn, access might be blocked...

You can read the following wiki entry regarding instructions for using svn:

http://wiki.sharpdevelop.net/AccessingTheRepository.ashx

You just need to replace the URL given there with the sharpziplib one above and then you're all set up.

File Formats

InfoZips application note http://www.info-zip.org/pub/infozip/doc/appnote-iz-latest.zip

(Its old but has lots of extra information)

PKWares application note. http://www.pkware.com/business_and_developers/developer/appnote/

ZLIB Compressed data format specification http://www.ietf.org/rfc/rfc1950.txt

Deflate compressed data format specification http://www.ietf.org/rfc/rfc1951.txt

GZip file format http://www.ietf.org/rfc/rfc1952.txt

Information on WinZip compression is at http://www.winzip.com

Other Compression Libraries

ZLIB http://www.gzip.org/zlib/