Searched refs:appendable (Results 1 – 1 of 1) sorted by relevance
616 private static void writeLine(Appendable appendable, String s) throws IOException { in writeLine() argument617 appendable.append(s); in writeLine()618 appendable.append('\n'); in writeLine()