public class

UrlUnzipper

extends AbstractUnzipper
java.lang.Object
   ↳ com.atlassian.confluence.util.zip.AbstractUnzipper
     ↳ com.atlassian.confluence.util.zip.UrlUnzipper

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.util.zip.AbstractUnzipper
Public Constructors
UrlUnzipper(URL zipUrl, File destDir)
Public Methods
ZipEntry[] entries()
void unzip()
File unzipFileInArchive(String fileName)
[Expand]
Inherited Methods
From class com.atlassian.confluence.util.zip.AbstractUnzipper
From class java.lang.Object
From interface com.atlassian.confluence.util.zip.Unzipper

Public Constructors

public UrlUnzipper (URL zipUrl, File destDir)

Public Methods

public ZipEntry[] entries ()

Throws
IOException

public void unzip ()

Throws
IOException

public File unzipFileInArchive (String fileName)

Throws
IOException