Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Makes usage of ICSharpCode.SharepZipLib which is origanlly written
by Mike Krueger. Expose functionlity to compress array's of
Byte
and uncompress them. There is also a funktionlity available to validate
if the header of the stream indicates it as compressed or not. In case
its not compressed the client should not call the Decompress() Method.
Namespace:
SharedCache.WinServiceCommon.Formatters
Assembly:
SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public class Compression |
| Visual Basic (Declaration) |
|---|
Public Class Compression |
| Visual C++ |
|---|
public ref class Compression |
Remarks
Inheritance Hierarchy
See Also