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