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