Click or drag to resize

FormActMainMemCompressGZip Method

Compresses an array of bytes with GZip

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
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