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