Decompresses given array which contains data compressed with the deflate algorithm (ZIP).
Name | Description | |
---|---|---|
Decompress(Byte[]) |
Decompresses given array which contains data compressed with the deflate algorithm (ZIP). |
|
Decompress(Byte[], Int32) |
Decompresses given array which contains data compressed with the deflate algorithm (ZIP). Use this overload if you know the size of decompressed data to optimize a performance. |
|
Decompress(IntPtr, UInt32, IntPtr, UInt32) |
Decompresses given array which contains data compressed with the deflate algorithm (ZIP). |