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.3.286
Syntax
C#
public byte[] MemCompressGZip(
	byte[] InputBytes
)

Parameters

InputBytes  Byte
Raw input

Return Value

Byte
Compressed bytes with a GZip file header
See Also