|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
File )
|
Documentation changed from old to new. |
Create a PdfWriter writing to the passed File and with default writer properties. |
String )
|
Documentation changed from old to new. |
Create a PdfWriter writing to the passed filename and with default writer properties. |
String,
WriterProperties
|
Documentation changed from old to new. |
Create a PdfWriter writing to the passed filename and using the passed writer properties. |
Changed Methods | ||
void
close()
|
Documentation changed from old to new. |
Close the writer and underlying streams. |
void
flushModifiedWaitingObjects(
Set )
|
Documentation changed from old to new. |
Flushes all modified objects which have not been flushed yet. |
void
flushWaitingObjects(
Set )
|
Documentation changed from old to new. |
Flushes all objects which have not been flushed yet. |
PdfWriter
setCompressionLevel(
int )
|
Documentation changed from old to new. |
Sets default compression level for |
PdfWriter
setSmartMode(
boolean )
|
Documentation changed from old to new. |
Sets the smart mode. |
void
writeToBody(
PdfObject )
|
Documentation changed from old to new. |
Writes object to body of PDF document. |
void
write(
byte[] )
|
Documentation changed from old to new. |
Write a byte array to the underlying stream |
void
write(
byte[],
int
|
Documentation changed from old to new. |
Write a slice of the passed byte array to the underlying stream |
void
write(
int )
|
Documentation changed from old to new. |
Write an integer to the underlying stream |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |