Home
last modified time | relevance | path

Searched defs:FastPrintWriter (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DFastPrintWriter.java18 public class FastPrintWriter extends PrintWriter { class
64 public FastPrintWriter(OutputStream out) { in FastPrintWriter() method in FastPrintWriter
82 public FastPrintWriter(OutputStream out, boolean autoFlush) { in FastPrintWriter() method in FastPrintWriter
103 public FastPrintWriter(OutputStream out, boolean autoFlush, int bufferLen) { in FastPrintWriter() method in FastPrintWriter
133 public FastPrintWriter(Writer wr) { in FastPrintWriter() method in FastPrintWriter
151 public FastPrintWriter(Writer wr, boolean autoFlush) { in FastPrintWriter() method in FastPrintWriter
172 public FastPrintWriter(Writer wr, boolean autoFlush, int bufferLen) { in FastPrintWriter() method in FastPrintWriter
198 public FastPrintWriter(Printer pr) { in FastPrintWriter() method in FastPrintWriter
215 public FastPrintWriter(Printer pr, int bufferLen) { in FastPrintWriter() method in FastPrintWriter