Package io.goobi.viewer.controller.files
Class ZipUnpacker
java.lang.Object
io.goobi.viewer.controller.files.ZipUnpacker
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ZipUnpacker
public ZipUnpacker(long maxArchiveSize, long maxEntrySize) -
ZipUnpacker
public ZipUnpacker()
-
-
Method Details
-
extractZip
public Path extractZip(Path destination, ZipInputStream zis) throws IOException, ArchiveSizeExceededException
-