inetsoft.report
Class PDFPrinter.PDFWriter
java.lang.Object
java.io.Writer
inetsoft.report.PDFPrinter.PDFWriter
- All Implemented Interfaces:
- Closeable, Flushable, Appendable
- Enclosing class:
- PDFPrinter
protected final class PDFPrinter.PDFWriter
- extends Writer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PDFPrinter.PDFWriter
public PDFPrinter.PDFWriter(OutputStream out)
throws IOException
- Throws:
IOException
print
public void print(String s)
println
public void println(String s)
close
public void close()
- Specified by:
close in interface Closeable- Specified by:
close in class Writer
flush
public void flush()
- Specified by:
flush in interface Flushable- Specified by:
flush in class Writer
write
public void write(char[] buf,
int off,
int len)
- Specified by:
write in class Writer