Style Intelligence v12.0

inetsoft.report
Class PDFPrinter.CountWriter

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

protected final class PDFPrinter.CountWriter
extends PrintWriter


Field Summary
 
Fields inherited from class java.io.PrintWriter
out
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
PDFPrinter.CountWriter(OutputStream out)
           
 
Method Summary
 Map getObjectMarks()
           
 int getOffset()
           
 void markObject(int id)
           
 void print(String s)
           
 void println()
           
 void println(String s)
           
 void reset()
           
 void write(byte[] bs)
           
 void write(byte[] bs, int off, int len)
           
 void write(int c)
           
 
Methods inherited from class java.io.PrintWriter
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, setError, 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.CountWriter

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

print

public void print(String s)
Overrides:
print in class PrintWriter

println

public void println(String s)
Overrides:
println in class PrintWriter

println

public void println()
Overrides:
println in class PrintWriter

write

public void write(int c)
Overrides:
write in class PrintWriter

write

public void write(byte[] bs)
           throws IOException
Throws:
IOException

write

public void write(byte[] bs,
                  int off,
                  int len)
           throws IOException
Throws:
IOException

reset

public void reset()

getOffset

public int getOffset()

markObject

public void markObject(int id)

getObjectMarks

public Map getObjectMarks()

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