MCPcopy Index your code
hub / github.com/benfry/processing4 / writeln

Method writeln

core/src/processing/data/Table.java:4349–4355  ·  view source on GitHub ↗
(PrintWriter writer)

Source from the content-addressed store, hash-verified

4347 }
4348
4349 private void writeln(PrintWriter writer) throws IOException {
4350 for (String str : indexToData) {
4351 writer.println(str);
4352 }
4353 writer.flush();
4354 writer.close();
4355 }
4356
4357 void read(DataInputStream input) throws IOException {
4358 int count = input.readInt();

Callers 1

convertBasicMethod · 0.80

Calls 3

printlnMethod · 0.45
flushMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected