Generated by
JDiff

Class com.itextpdf.commons.utils.ZipFileReader

Added Methods
void  setThresholdEntries( int) Sets the maximum number of file entries in the archive to prevent a Zip Bomb Attack.
void  setThresholdRatio( double) Sets the maximum ratio between compressed and uncompressed data to prevent a Zip Bomb Attack.
void  setThresholdSize( int) Sets the maximum total uncompressed data size to prevent a Zip Bomb Attack.
 

Changed Methods
Set  getFileNames() Change in exceptions thrown from no exceptions to java.io.IOException.
Documentation changed from old to new.
Get all file entries paths inside the reading zip file.