Uses of Interface
org.openpreservation.format.zip.ZipArchiveCache
-
Uses of ZipArchiveCache in org.openpreservation.format.zip
Modifier and TypeClassDescriptionfinal class
An implementation ofZipArchiveCache
that caches the contents of the archive and provides access to theInputStream
s.Modifier 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.