Click or drag to resize

FormActMainMemCompressGZip Method

Compresses an array of bytes with GZip/DEFLATE

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public byte[] MemCompressGZip(
	byte[] InputBytes
)

Parameters

InputBytes
Type: SystemByte
Raw input

Return Value

Type: Byte
Compressed bytes with a GZip file header
See Also