Compression Class

Ultimate Replay

Compression Class
Compression utility using the GZip compression algorithm.
Inheritance Hierarchy
SystemObject  UltimateReplay.StorageCompression

Namespace: UltimateReplay.Storage
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class Compression

The Compression type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCompressData
Compress a data stream using the GZip compression algorithm.
Public methodStatic memberDecompressData
Decompress a data stream using the GZip compression algorithm.
Top
See Also