wManager.Wow.Helpers Namespace
WRobot

GZip..::..CompressInMemory Method (String)

Compress the specified file.

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

Syntax


public static byte[] CompressInMemory(
	string stringAtCompress
)
Public Shared Function CompressInMemory ( _
	stringAtCompress As String _
) As Byte()
public:
static array<unsigned char^>^ CompressInMemory(
	String^ stringAtCompress
)

Parameters

stringAtCompress
Type: String
string at compress.

Return Value

file bytes.