Uses of Interface
org.openpreservation.format.zip.ZipArchive
-
Uses of ZipArchive in org.openpreservation.format.zip
Modifier and TypeInterfaceDescriptioninterface
An extension ofZipArchive
that caches the contents of the archive and provides access to theInputStream
s.Modifier and TypeClassDescriptionfinal class
An implementation ofZipArchiveCache
that caches the contents of the archive and provides access to theInputStream
s.Modifier and TypeMethodDescriptionZipProcessor.process
(InputStream toProcess) Process theInputStream
and return aZipArchive
containing parsed from the stream.Modifier and TypeMethodDescriptionstatic final ZipArchiveCache
Zips.zipArchiveCacheInstance
(ZipArchive archive, Map<String, byte[]> cache) Create aZipArchiveCache
instance that caches the contents of the archive and provides access to theInputStream
s. -
Uses of ZipArchive in org.openpreservation.odf.pkg
Modifier and TypeMethodDescriptionOdfPackage.getZipArchive()
Returns the details of the underlyingZipArchive
for the package.