public class GroovyPrintWriter extends PrintWriter
out
Constructor and Description |
---|
GroovyPrintWriter(File file) |
GroovyPrintWriter(File file,
String csn) |
GroovyPrintWriter(OutputStream out) |
GroovyPrintWriter(OutputStream out,
boolean autoflush) |
GroovyPrintWriter(String filename) |
GroovyPrintWriter(String filename,
String csn) |
GroovyPrintWriter(Writer out) |
GroovyPrintWriter(Writer out,
boolean autoflush) |
Modifier and Type | Method and Description |
---|---|
void |
print(Object x) |
void |
println(Object x) |
append, append, append, checkError, clearError, close, flush, format, format, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, setError, write, write, write, write, write
public GroovyPrintWriter(File file) throws FileNotFoundException
FileNotFoundException
public GroovyPrintWriter(File file, String csn) throws FileNotFoundException, UnsupportedEncodingException
public GroovyPrintWriter(Writer out)
public GroovyPrintWriter(Writer out, boolean autoflush)
public GroovyPrintWriter(OutputStream out)
public GroovyPrintWriter(OutputStream out, boolean autoflush)
public GroovyPrintWriter(String filename) throws FileNotFoundException
FileNotFoundException
public GroovyPrintWriter(String filename, String csn) throws FileNotFoundException, UnsupportedEncodingException
public void print(Object x)
print
in class PrintWriter
public void println(Object x)
println
in class PrintWriter