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 ZipSecureFileZipHelper. openZipFile(File file)Opens the specified file as a secure zip, or returns null if no such file existsstatic ZipSecureFileZipHelper. openZipFile(String path)Retrieve and open as a secure zip file with the specified path.
-