36373839404142
writer.write(StatsOutputViewBuilder.class.getName()); writer.write("\"\n"); } catch (IOException e) { throw new InputOutputException("failed to write header", e); } this.writer = new DelimitedWriter(writer, getDelimitedFormat()); }