Ultimate Replay Scripting Reference
Compression Class |
Compression utility using the GZip compression algorithm.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
CompressData |
Compress a data stream using the GZip compression algorithm.
| |
DecompressData |
Decompress a data stream using the GZip compression algorithm.
|
See Also