Xceed .NET Libraries Documentation
Xceed.Compression Assembly / Xceed.Compression Namespace / QuickCompression Class / Decompress Method


In This Topic
    Decompress Method (QuickCompression)
    In This Topic
    Decompresses an array of bytes compressed using the CompressionMethod.Deflated compression method.
    Overload List
    OverloadDescription
    Decompresses an array of bytes compressed using the CompressionMethod.Deflated compression method.  
    Decompresses an array of compressed bytes specifying the compression method that was used to compress the byte array.  
    Decompresses a compressed byte array specifying the amount of bytes to decompress as well as the compression method that was used to compress the byte array.  
    Decompresses a compressed byte array specifying the amount of bytes to decompress as well as the compression method that was used to compress the byte array.  
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also