Overload | Description |
---|---|
Decompress(Byte[]) | Decompresses an array of Xceed formatted compressed bytes. Use this method to decompress data compatible with the ActiveX Xceed Zip Compression Library (XceedCompression object). |
Decompress(Byte[],String) | 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). |
Decompress(Byte[],Int32,Int32) | 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). |
Decompress(Byte[],Int32,Int32,String) | 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). |