Ultimate Replay Scripting Reference
CompressionDecompressData Method |
Decompress a data stream using the GZip compression algorithm.
Namespace: UltimateReplay.Storage
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static byte[] DecompressData( byte[] data, CompressionLevel level = CompressionLevel.Optimal )
Parameters
- data
- Type: SystemByte
The input data to decompress - level (Optional)
- Type: UltimateReplay.StorageCompressionLevel
The target compression level to use
Return Value
Type: ByteThe decompressed data
See Also