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