zlibnet

zlibnet

zlibnet dev team - 176KB (Open Source)


Description

zlibnet is a c# zlib wrapper library.

Key features include:

  • Zip/unzip.
  • Compression/decompression streams (DeflateStream, GZipStream, ZLibStream).
  • Fast, since using the native/unmanaged zlib library/dll.
  • ?
  • UTF8 zip entry name/comment.
  • Unicode zip file name.
  • Zip64 support (auto detect).
  • 64bit support.

Please note: zlibnet does not support or has limited support for encryption/password protection, and multi volume archives.