Decompress bytes data.
Usage
decompress(data)
data: bytes
The bytes to decompress.
bytes
Decompressed bytes.
compress()