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


In This Topic
    Decompress Method (XceedCompressedStreamEx)
    In This Topic
    Decompresses an array of Xceed formatted compressed bytes. Use this method to decompress data compatible with the ActiveX Xceed Zip Compression Library (XceedCompression object).
    Overload List
    OverloadDescription
    Decompresses an array of Xceed formatted compressed bytes. Use this method to decompress data compatible with the ActiveX Xceed Zip Compression Library (XceedCompression object).  
    Decompresses an array of Xceed formatted compressed bytes using the specified encryption password. Use this method to decompress data compatible with the ActiveX Xceed Zip Compression Library (XceedCompression object).  
    Decompresses an array of Xceed formatted compressed bytes specifying the amount of bytes to decompress. Use this method to decompress data compatible with the ActiveX Xceed Zip Compression Library (XceedCompression object).  
    Decompresses an array of Xceed formatted compressed bytes specifying the amount of bytes to decompress, using the specified encryption password. Use this method to decompress data compatible with the ActiveX Xceed Zip Compression Library (XceedCompression object).  
    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