Skip to content

Releases: osexpert/zlibnet

zlibnet v1.3.3

13 Nov 20:42
Compare
Choose a tag to compare

Release Notes
Features:
-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
-64bit support
-Embedded zlib dlls with unpack/load from temp folder

Not supported/zlib limitations:
-encryption/password protection
-multi volume archives

Changes since v1.3.2
-Decompressing corrupted data with ZLibStream may result in a heap corruption error