decompress abstract method

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

Decompress data

Implementation

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