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.java36 public class FastPrintWriter extends PrintWriter { class
83 public FastPrintWriter(OutputStream out) { in FastPrintWriter() method in FastPrintWriter
101 public FastPrintWriter(OutputStream out, boolean autoFlush) { in FastPrintWriter() method in FastPrintWriter
122 public FastPrintWriter(OutputStream out, boolean autoFlush, int bufferLen) { in FastPrintWriter() method in FastPrintWriter
152 public FastPrintWriter(Writer wr) { in FastPrintWriter() method in FastPrintWriter
170 public FastPrintWriter(Writer wr, boolean autoFlush) { in FastPrintWriter() method in FastPrintWriter
191 public FastPrintWriter(Writer wr, boolean autoFlush, int bufferLen) { in FastPrintWriter() method in FastPrintWriter
217 public FastPrintWriter(Printer pr) { in FastPrintWriter() method in FastPrintWriter
234 public FastPrintWriter(Printer pr, int bufferLen) { in FastPrintWriter() method in FastPrintWriter