@override List<int> getRange(int start, int end) { final utils = FileUtils(file); return utils.getRangeSync(start, end); }