Package com.atlassian.plugin.util.zip
Interface Unzipper
- All Known Implementing Classes:
AbstractUnzipper,FileUnzipper,StreamUnzipper,UrlUnzipper
public interface Unzipper
-
Method Summary
Modifier and TypeMethodDescriptionvoidZipEntry[]entries()voidunzip()unzipFileInArchive(String fileName)
-
Method Details
-
unzip
- Throws:
IOException
-
conditionalUnzip
- Throws:
IOException
-
unzipFileInArchive
- Throws:
IOExceptionFileNotFoundException
-
entries
- Throws:
IOException
-