6970717273747576
for (int i = 0; i < lines.size(); ++i) { writer.write(lines.get(i)); writer.newLine(); } } catch (IOException e) { throw new DataWriteException("Data write error: " + e); } }