Searched defs:FastPrintWriter (Results 1 – 1 of 1) sorted by relevance
35 public class FastPrintWriter extends PrintWriter { class82 public FastPrintWriter(OutputStream out) { in FastPrintWriter() method in FastPrintWriter100 public FastPrintWriter(OutputStream out, boolean autoFlush) { in FastPrintWriter() method in FastPrintWriter121 public FastPrintWriter(OutputStream out, boolean autoFlush, int bufferLen) { in FastPrintWriter() method in FastPrintWriter151 public FastPrintWriter(Writer wr) { in FastPrintWriter() method in FastPrintWriter169 public FastPrintWriter(Writer wr, boolean autoFlush) { in FastPrintWriter() method in FastPrintWriter190 public FastPrintWriter(Writer wr, boolean autoFlush, int bufferLen) { in FastPrintWriter() method in FastPrintWriter216 public FastPrintWriter(Printer pr) { in FastPrintWriter() method in FastPrintWriter233 public FastPrintWriter(Printer pr, int bufferLen) { in FastPrintWriter() method in FastPrintWriter