package

com.pnfsoftware.jeb.util.encoding.zip.fsr

Custom read-only Zip archive parser, with the goal of being fast and fault-tolerant. Start with the main reader class.

Classes

CentralDirFileHeader Representation of the central directory header of a Zip file. 
EndOfCentralDir Representation of the end of central directory of a Zip file. 
LocalFileHeader Representation of a local file header of a Zip file. 
ZipData Representation of an unzipped entry. 
ZipEntry Representation of a Zip entry. 
ZipFailSafeReader PNF Software's Zip Fail Safe Reader (PZFSR).