Wraps an existing output stream with a uncompressed input data.
@override List<int> decompress(List<int> data) => ZstdDecoder().convert(data);