Generated by
JDiff

Class com.itextpdf.kernel.pdf.filters.FlateDecodeFilter

Added Constructors
FlateDecodeFilter( boolean) Creates a FlateDecodeFilter.
 

Changed Constructors
FlateDecodeFilter( void) Documentation changed from old to new.
Creates a FlateDecodeFilter.
 

Added Methods
boolean  isStrictDecoding() Checks whether the decoder will try to read a corrupted stream (not strict) or not (strict)
FlateDecodeFilter  setStrictDecoding( boolean) Defines how the corrupted streams should be treated.
 

Changed Methods
byte[]  decodePredictor( byte[], PdfObject ) Documentation changed from old to new.
@param in Input byte array.
byte[]  flateDecode( byte[], boolean ) Documentation changed from old to new.
A helper to flateDecode.