Decompresses a byte array.

Namespace: DayPilot.Utils
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public static byte[] Decompress(
	byte[] input
)
Visual Basic
Public Shared Function Decompress ( _
	input As Byte() _
) As Byte()
Visual C++
public:
static array<unsigned char>^ Decompress(
	array<unsigned char>^ input
)

Parameters

input
Type: array<System..::..Byte>[]()[][]

Return Value

See Also