.NET technology
-
100% managed code written in C# (Complete source code available through a Blueprint subscription)
-
Seamless integration with the .NET base class libraries
-
All error handling works through .NET exception classes
-
CLS compliant (Common Language Specification)
-
Does not use unsafe blocks for minimal permission requirements
-
Documentation fully integrated into Visual Studio.NET
-
VB.NET and C# samples demonstrating how to compress/decompress HTTP web responses, memory streams and file streams
Features
-
Supports the Deflate, Deflate64™, and LZMA compression methods
- Supports the GZip, Zlib, Info-Zip, Java and proprietary compression formats that include embedded checksums to ensure data integrity
-
Can read/write ".gz" GZip files used on Unix / Linux platforms and provides access to GZip header information fields
-
True .NET pass-through stream object that can automatically compress or decompress any other type of .NET stream's data
-
Compress and decompress byte arrays
-
Calculate CRC-32 and Adler-32 checksums on streams or byte arrays
-
Controllable compression level for each compression method