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

/frameworks/base/core/java/com/android/internal/util/
H A DFastPrintWriter.java17 public class FastPrintWriter extends PrintWriter { class in inherits:PrintWriter
63 public FastPrintWriter(OutputStream out) { method in class:FastPrintWriter
81 public FastPrintWriter(OutputStream out, boolean autoFlush) { method in class:FastPrintWriter
97 * specifies the size of the FastPrintWriter's internal buffer; the
102 public FastPrintWriter(OutputStream out, boolean autoFlush, int bufferLen) { method in class:FastPrintWriter
124 * FastPrintWriter before sending data to the Writer. This means you must call
132 public FastPrintWriter(Writer wr) { method in class:FastPrintWriter
150 public FastPrintWriter(Writer wr, boolean autoFlush) { method in class:FastPrintWriter
166 * specifies the size of the FastPrintWriter's internal buffer; the
171 public FastPrintWriter(Write method in class:FastPrintWriter
197 public FastPrintWriter(Printer pr) { method in class:FastPrintWriter
214 public FastPrintWriter(Printer pr, int bufferLen) { method in class:FastPrintWriter
[all...]

Completed in 2440 milliseconds