Managed C++/CLI library for compression and decompression of BZIP2, GZIP, LZ4, LZMA and XZ formatted streams.
Copyright (C)2016-2018 Michael G. Brehm
MIT LICENSE
BZIP2 - Copyright (C)1996-2010 Julian R Seward
LZ4 - Copyright (C) 2011-2016, Yann Collet
LZMA SDK - LZMA SDK is written and placed in the public domain by Igor Pavlov
ZLIB - Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
LZO compression http://www.oberhumer.com/opensource/lzo/ is not included in this library as its source code is distributed under the terms of the GNU General Public License.
zuki.io.compression is available as a public nuget package:
PM> Install-Package zuki.io.compression
- Microsoft Visual Studio 2017 Community Edition (or higher)
git clone https://github.com/djp952/io-compression
git submodule update --init
Open Developer Command Prompt for VS2017
devenv io-compression.sln /Build "Release|Win32" /project compression
> out\Win32\Release\zuki.io.compression.dll
Open Developer Command Prompt for VS2017
devenv io-compression.sln /Build "Release|x64" /project compression
> out\x64\Release\zuki.io.compression.dll