Uses of Class
org.apache.poi.openxml4j.util.ZipSecureFile
-
Packages that use ZipSecureFile Package Description org.apache.poi.openxml4j.opc.internal -
-
Uses of ZipSecureFile in org.apache.poi.openxml4j.opc.internal
Methods in org.apache.poi.openxml4j.opc.internal that return ZipSecureFile Modifier and Type Method Description static ZipSecureFile
ZipHelper. openZipFile(java.io.File file)
Opens the specified file as a secure zip, or returns null if no such file existsstatic ZipSecureFile
ZipHelper. openZipFile(java.lang.String path)
Retrieve and open as a secure zip file with the specified path.
-