public class IncludePrintWriter extends PrintWriter
out| Constructor and Description |
|---|
IncludePrintWriter(File file) |
IncludePrintWriter(File file,
String csn) |
IncludePrintWriter(OutputStream out) |
IncludePrintWriter(OutputStream out,
boolean autoFlush) |
IncludePrintWriter(String fileName) |
IncludePrintWriter(String fileName,
String csn) |
IncludePrintWriter(Writer out) |
IncludePrintWriter(Writer out,
boolean autoFlush) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
append, append, append, checkError, clearError, close, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, println, setError, write, write, write, write, writepublic IncludePrintWriter(Writer out)
public IncludePrintWriter(Writer out, boolean autoFlush)
public IncludePrintWriter(OutputStream out)
public IncludePrintWriter(OutputStream out, boolean autoFlush)
public IncludePrintWriter(String fileName) throws FileNotFoundException
FileNotFoundExceptionpublic IncludePrintWriter(String fileName, String csn) throws FileNotFoundException, UnsupportedEncodingException
public IncludePrintWriter(File file) throws FileNotFoundException
FileNotFoundExceptionpublic IncludePrintWriter(File file, String csn) throws FileNotFoundException, UnsupportedEncodingException
public void flush()
flush in interface Flushableflush in class PrintWriterCopyright © 2022 JBoss by Red Hat. All rights reserved.