}
actual.add(buffer);
}
} catch (CsvFormatException e) {
InputStream reIn = new ByteArrayInputStream(bytes, offset, bytes.length - offset);
InputStream copy = new DelimiterRangeInputStream(reIn, '\n', length, offset > 0);
System.out.println(copy.read());
copy.close();
throw new IOException(MessageFormat.format(
"attempt={0}, f-offset={1}, f-size={2}, total={3}: [[{4}]]",
attempt,
offset,
length,