Converts input and returns the result of the conversion.
input
String convert(List<int> bytes) => _convert(bytes, 0, bytes.length);