Uses of Interface
org.openpreservation.format.zip.ZipEntryProcessor
Packages that use ZipEntryProcessor
-
Uses of ZipEntryProcessor in org.openpreservation.format.zip
Methods in org.openpreservation.format.zip that return ZipEntryProcessorModifier and TypeMethodDescriptionstatic final ZipEntryProcessor
Zips.extractorInstance
(Path root, boolean extractDirectories) Create aZipEntryProcessor
instance that processes the entries and extracts them to the supplied rootPath
.Methods in org.openpreservation.format.zip with parameters of type ZipEntryProcessorModifier and TypeMethodDescriptionZipProcessor.Factory.from
(ZipEntryProcessor processor) Factory for creating aZipProcessor
from aZipEntryProcessor
.