Uses of Interface
org.openpreservation.format.zip.ZipArchiveCache
Packages that use ZipArchiveCache
-
Uses of ZipArchiveCache in org.openpreservation.format.zip
Classes in org.openpreservation.format.zip that implement ZipArchiveCacheModifier 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 ZipArchiveCacheModifier and TypeMethodDescriptionstatic final ZipArchiveCache
Zips.zipArchiveCacheInstance
(File file) Create aZipArchiveCache
instance that caches the contents of the archive and provides access to theInputStream
s.static final ZipArchiveCache
Zips.zipArchiveCacheInstance
(Path path) Create aZipArchiveCache
instance that caches the contents of the archive and provides access to thePath
s.static 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.