Generated by
JDiff

Class com.itextpdf.kernel.pdf.PdfWriter

Removed interface java.io.Serializable.

Removed Methods
void  close() Close the writer and underlying streams.
void  write( byte[]) Write a byte array to the underlying stream
void  write( byte[], int , int ) Write a slice of the passed byte array to the underlying stream
void  write( int) Write an integer to the underlying stream
 

Changed Methods
void  flushObject( PdfObject, boolean ) Change in exceptions thrown from java.io.IOException to no exceptions.
Documentation changed from old to new.
Flushes the object.
void  writeToBody( PdfObject) Change in exceptions thrown from java.io.IOException to no exceptions.
Documentation changed from old to new.
Writes object to body of PDF document.