wManager.Wow.Helpers Namespace
WRobot

GZip..::..DecompressOnMemory Method (array<Byte>[]()[][])

Decompresses the on memory.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static byte[] DecompressOnMemory(
	byte[] fileBytes
)
Public Shared Function DecompressOnMemory ( _
	fileBytes As Byte() _
) As Byte()
public:
static array<unsigned char^>^ DecompressOnMemory(
	array<unsigned char^>^ fileBytes
)

Parameters

fileBytes
Type: array<Byte>[]()[][]
The file bytes.

Return Value

file bytes.