Uses of Interface
org.openpreservation.format.zip.ZipArchive
Packages that use ZipArchive
-
Uses of ZipArchive in org.openpreservation.format.zip
Subinterfaces of ZipArchive in org.openpreservation.format.zipModifier and TypeInterfaceDescriptioninterface
An extension ofZipArchive
that caches the contents of the archive and provides access to theInputStream
s.Classes in org.openpreservation.format.zip that implement ZipArchiveModifier and TypeClassDescriptionfinal class
An implementation ofZipArchiveCache
that caches the contents of the archive and provides access to theInputStream
s.Methods in org.openpreservation.format.zip that return ZipArchiveModifier and TypeMethodDescriptionZipProcessor.process
(InputStream toProcess) Process theInputStream
and return aZipArchive
containing parsed from the stream.Methods in org.openpreservation.format.zip with parameters of type ZipArchiveModifier 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
Methods in org.openpreservation.odf.pkg that return ZipArchiveModifier and TypeMethodDescriptionOdfPackage.getZipArchive()
Returns the details of the underlyingZipArchive
for the package.