Style Intelligence v12.0

inetsoft.report
Class PDFPrinter.PDFWriter

java.lang.Object
  extended by java.io.Writer
      extended by inetsoft.report.PDFPrinter.PDFWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable
Enclosing class:
PDFPrinter

protected final class PDFPrinter.PDFWriter
extends Writer


Field Summary
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
PDFPrinter.PDFWriter(OutputStream out)
           
 
Method Summary
 void close()
           
 void flush()
           
 void print(String s)
           
 void println(String s)
           
 void write(char[] buf, int off, int len)
           
 
Methods inherited from class java.io.Writer
append, append, append, write, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFPrinter.PDFWriter

public PDFPrinter.PDFWriter(OutputStream out)
                     throws IOException
Throws:
IOException
Method Detail

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

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.