compress abstract method

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

Wraps an existing output stream with a compressed output.

Implementation

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