intarsys PDF library API

de.intarsys.pdf.filter
Class PDFDeflaterOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.FilterOutputStream
          extended by java.util.zip.DeflaterOutputStream
              extended by de.intarsys.pdf.filter.PDFDeflaterOutputStream
All Implemented Interfaces:
Closeable, Flushable

public class PDFDeflaterOutputStream
extends DeflaterOutputStream


Constructor Summary
PDFDeflaterOutputStream(OutputStream out, Deflater def)
           
PDFDeflaterOutputStream(OutputStream out, Deflater def, int size)
           
 
Method Summary
 void close()
           
 
Methods inherited from class java.util.zip.DeflaterOutputStream
finish, write, write
 
Methods inherited from class java.io.FilterOutputStream
flush, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFDeflaterOutputStream

public PDFDeflaterOutputStream(OutputStream out,
                               Deflater def)
Parameters:
out -
def -

PDFDeflaterOutputStream

public PDFDeflaterOutputStream(OutputStream out,
                               Deflater def,
                               int size)
Parameters:
out -
def -
size -
Method Detail

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class DeflaterOutputStream
Throws:
IOException

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.