public class ForwardingPrintStream extends PrintStream
out| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
println(String s) |
void |
write(byte[] b) |
void |
write(byte[] buf,
int off,
int len) |
void |
write(int b) |
public void write(byte[] buf,
int off,
int len)
write in class PrintStreampublic void write(byte[] b)
write in class FilterOutputStreampublic void write(int b)
write in class PrintStreampublic void println(String s)
println in class PrintStreampublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class PrintStreampublic void flush()
flush in interface Flushableflush in class PrintStreamCopyright © 2019. All rights reserved.