convert method

  1. @override
List<int> convert(
  1. List<int> bytes
)
override

Convert a list of bytes using the options given to the ZLibDecoder constructor.

Implementation

@override
List<int> convert(List<int> bytes) => zLibDecoder.convert(bytes);