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

/frameworks/base/core/java/com/android/internal/util/
H A DFastPrintWriter.java18 public class FastPrintWriter extends PrintWriter { class in inherits:PrintWriter
64 public FastPrintWriter(OutputStream out) { method in class:FastPrintWriter
82 public FastPrintWriter(OutputStream out, boolean autoFlush) { method in class:FastPrintWriter
98 * specifies the size of the FastPrintWriter's internal buffer; the
103 public FastPrintWriter(OutputStream out, boolean autoFlush, int bufferLen) { method in class:FastPrintWriter
125 * FastPrintWriter before sending data to the Writer. This means you must call
133 public FastPrintWriter(Writer wr) { method in class:FastPrintWriter
151 public FastPrintWriter(Writer wr, boolean autoFlush) { method in class:FastPrintWriter
167 * specifies the size of the FastPrintWriter's internal buffer; the
172 public FastPrintWriter(Write method in class:FastPrintWriter
198 public FastPrintWriter(Printer pr) { method in class:FastPrintWriter
215 public FastPrintWriter(Printer pr, int bufferLen) { method in class:FastPrintWriter
[all...]

Completed in 42 milliseconds