Searched defs:FastPrintWriter (Results 1 – 1 of 1) sorted by relevance
34 public class FastPrintWriter extends PrintWriter { class80 public FastPrintWriter(OutputStream out) { in FastPrintWriter() method in FastPrintWriter98 public FastPrintWriter(OutputStream out, boolean autoFlush) { in FastPrintWriter() method in FastPrintWriter119 public FastPrintWriter(OutputStream out, boolean autoFlush, int bufferLen) { in FastPrintWriter() method in FastPrintWriter149 public FastPrintWriter(Writer wr) { in FastPrintWriter() method in FastPrintWriter167 public FastPrintWriter(Writer wr, boolean autoFlush) { in FastPrintWriter() method in FastPrintWriter188 public FastPrintWriter(Writer wr, boolean autoFlush, int bufferLen) { in FastPrintWriter() method in FastPrintWriter214 public FastPrintWriter(Printer pr) { in FastPrintWriter() method in FastPrintWriter231 public FastPrintWriter(Printer pr, int bufferLen) { in FastPrintWriter() method in FastPrintWriter