Compression Class
From Ultimate Replay
Ultimate Replay Scripting Reference
| Compression Class |
Compression utility using the GZip compression algorithm.
Namespace: UltimateReplay.Storage
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static class Compression
The Compression type exposes the following members.
| Name | Description | |
|---|---|---|
| CompressData |
Compress a data stream using the GZip compression algorithm.
| |
| DecompressData |
Decompress a data stream using the GZip compression algorithm.
|