Uses of Interface
com.atlassian.confluence.util.zip.Unzipper
-
Packages that use Unzipper Package Description com.atlassian.confluence.importexport.impl com.atlassian.confluence.util com.atlassian.confluence.util.zip -
-
Uses of Unzipper in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl with parameters of type Unzipper Modifier and Type Method Description static ExportDescriptorExportDescriptor. getExportDescriptor(Unzipper unzipper)Constructors in com.atlassian.confluence.importexport.impl with parameters of type Unzipper Constructor Description UnexpectedImportZipFileContents(String name, Unzipper unzipper) -
Uses of Unzipper in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util that return Unzipper Modifier and Type Method Description static UnzipperGeneralUtil. getUnzipper(File zipFile, File dirToExtractTo)static UnzipperGeneralUtil. getUnzipper(URL zipUrl, File dirToExtractTo) -
Uses of Unzipper in com.atlassian.confluence.util.zip
Classes in com.atlassian.confluence.util.zip that implement Unzipper Modifier and Type Class Description classAbstractUnzipperclassFileUnzipperclassStreamUnzipperStream based ZIP extractorclassUrlUnzipper
-