Uses of Interface
org.openpreservation.format.zip.ZipEntry
-
Uses of ZipEntry in org.openpreservation.format.zip
Modifier and TypeMethodDescriptionZipArchive.getFirstEntry()
Returns the first physicalZipEntry
in the archive.ZipFileProcessor.getFirstEntry()
Returns the first physicalZipEntry
in the archive.ZipArchive.getZipEntry
(String entryName) Retrieve aZipEntry
by entry name, equivalent to the path.ZipFileProcessor.getZipEntry
(String entryName) static final ZipEntry
Zips.zipEntryInstance
(String name, int size, int compressedSize, int crc32, int method, boolean isDirectory, byte[] extra) Modifier and TypeMethodDescriptionZipArchive.getZipEntries()
Get aList
of all of the zip entries in the archiveZipFileProcessor.getZipEntries()
-
Uses of ZipEntry in org.openpreservation.odf.validation
Modifier and TypeMethodDescriptionstatic boolean
Validators.isCompressionValid
(ZipEntry entry) Check if a zip entry has a valid compression method.