Uses of Class
com.pnfsoftware.jeb.util.encoding.zip.fsr.ZipEntry
Packages that use ZipEntry
Package
Description
Custom read-only Zip archive parser, with the goal of being fast and fault-tolerant.
-
Uses of ZipEntry in com.pnfsoftware.jeb.util.encoding.zip.fsr
Methods in com.pnfsoftware.jeb.util.encoding.zip.fsr that return ZipEntryModifier and TypeMethodDescriptionRetrieve an entry by name.Methods in com.pnfsoftware.jeb.util.encoding.zip.fsr that return types with arguments of type ZipEntryModifier and TypeMethodDescriptionZipFailSafeReader.enumerateEntries()
Get the iterable to parse and enumerate over the zip entries.ZipFailSafeReader.getEntries()
Retrieve a read-only list of the current entries.Methods in com.pnfsoftware.jeb.util.encoding.zip.fsr with parameters of type ZipEntry