| Overload | Description |
|---|---|
| Decompress(Byte[]) | Decompresses an array of Xceed formatted compressed bytes. |
| Decompress(Byte[],String) | Decompresses an array of Xceed formatted compressed bytes and encryption password. |
| Decompress(Byte[],Int32,Int32) | Decompresses an array of Xceed formatted compressed bytes specifying the amount of bytes to decompress. |
| Decompress(Byte[],Int32,Int32,String) | Decompresses an array of Xceed formatted compressed bytes specifying the amount of bytes to decompress and encryption password. |