96979899100101102103
lines.append(lineAggregator.aggregate(item) + lineSeparator); } try { return lines.toString().getBytes(this.charset); } catch (UnsupportedEncodingException e) { throw new WriteFailedException("Could not write data.", e); } }