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

/frameworks/base/core/java/com/android/internal/util/
H A DFastPrintWriter.java34 public class FastPrintWriter extends PrintWriter { class in inherits:PrintWriter
80 public FastPrintWriter(OutputStream out) { method in class:FastPrintWriter
98 public FastPrintWriter(OutputStream out, boolean autoFlush) { method in class:FastPrintWriter
114 * specifies the size of the FastPrintWriter's internal buffer; the
119 public FastPrintWriter(OutputStream out, boolean autoFlush, int bufferLen) { method in class:FastPrintWriter
141 * FastPrintWriter before sending data to the Writer. This means you must call
149 public FastPrintWriter(Writer wr) { method in class:FastPrintWriter
167 public FastPrintWriter(Writer wr, boolean autoFlush) { method in class:FastPrintWriter
183 * specifies the size of the FastPrintWriter's internal buffer; the
188 public FastPrintWriter(Write method in class:FastPrintWriter
214 public FastPrintWriter(Printer pr) { method in class:FastPrintWriter
231 public FastPrintWriter(Printer pr, int bufferLen) { method in class:FastPrintWriter
[all...]

Completed in 600 milliseconds