This documentation is for the old version. Go to the latest Graphics Mill docs

ZipCompressor.Decompress Method

Decompresses given array which contains data compressed with the deflate algorithm (ZIP).

Overload List

Name Description
Public method Static member Decompress(Byte[])

Decompresses given array which contains data compressed with the deflate algorithm (ZIP).

Public method Static member 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.

Public method Static member Decompress(IntPtr, UInt32, IntPtr, UInt32)

Decompresses given array which contains data compressed with the deflate algorithm (ZIP).

See Also

Reference