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.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Shared Function Decompress ( _ compressedData As Byte(), _ decompressedSize As Integer _ ) As Byte()
Type: System.Byte []
A byte array which contains compressed data.Type: System.Int32
A size of decompressed data. If you specify this parameter, Graphics Mill for .NET will be able to decompress the data in more memory-friendly way.