Searched defs:writeLine (Results 1 – 3 of 3) sorted by relevance
55 void writeLine(String s) throws IOException; in writeLine() method57 void writeLine(CharArrayBuffer buffer) throws IOException; in writeLine() method
90 public void writeLine(final CharArrayBuffer buffer) throws IOException { in writeLine() method in LoggingSessionOutputBuffer98 public void writeLine(final String s) throws IOException { in writeLine() method in LoggingSessionOutputBuffer
137 public void writeLine(final String s) throws IOException { in writeLine() method in AbstractSessionOutputBuffer147 public void writeLine(final CharArrayBuffer s) throws IOException { in writeLine() method in AbstractSessionOutputBuffer