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

/libcore/luni/src/main/java/java/io/
H A DPrintStream.java35 public class PrintStream extends FilterOutputStream implements Appendable, Closeable { class in inherits:FilterOutputStream,Appendable,Closeable
37 * indicates whether or not this PrintStream has incurred an error.
42 * indicates whether or not this PrintStream should flush its contents after
50 * Constructs a new {@code PrintStream} with {@code out} as its target
59 public PrintStream(OutputStream out) { method in class:PrintStream
67 * Constructs a new {@code PrintStream} with {@code out} as its target
80 public PrintStream(OutputStream out, boolean autoFlush) { method in class:PrintStream
89 * Constructs a new {@code PrintStream} with {@code out} as its target
106 public PrintStream(OutputStream out, boolean autoFlush, String charsetName) method in class:PrintStream
126 * Constructs a new {@code PrintStream} wit
135 public PrintStream(File file) throws FileNotFoundException { method in class:PrintStream
155 public PrintStream(File file, String charsetName) throws FileNotFoundException, method in class:PrintStream
178 public PrintStream(String fileName) throws FileNotFoundException { method in class:PrintStream
199 public PrintStream(String fileName, String charsetName) method in class:PrintStream
[all...]

Completed in 163 milliseconds