decompress abstract method

List<int> decompress(
  1. List<int> data
)

Wraps an existing output stream with a uncompressed input data.

Implementation

List<int> decompress(List<int> data);