static String stringDataFromZip(List<int> byteData) { return utf8.decode(byteDataFromZip(byteData)); }