Convert a list of bytes using the options given to the ZLibDecoder constructor.
@override List<int> convert(List<int> bytes) => zLibDecoder.convert(bytes);