Generated by
JDiff

Class com.itextpdf.io.source.DeflaterOutputStream

Added interface com.itextpdf.io.source.IFinishable.
Documentation changed from old to new.

Changed Constructors
DeflaterOutputStream( OutputStream) Documentation changed from old to new.
Creates a new deflater output stream with default compression level and buffer size.
DeflaterOutputStream( OutputStream, int ) Documentation changed from old to new.
Creates a new deflater output stream with a specified compression level and default buffer size.
DeflaterOutputStream( OutputStream, int , int ) Documentation changed from old to new.
Creates a new deflater output stream with a specified compression level and buffer size.
 

Changed Methods
void  close() Documentation changed from old to new.
Closes this output stream and releases any system resources associated with it.
void  finish() Documentation changed from old to new.
Finishes writing compressed data to the output stream without closing the underlying stream.