com.atlassian.plugin.util.zip
Interface Unzipper
- All Known Implementing Classes:
- AbstractUnzipper, FileUnzipper, StreamUnzipper, UrlUnzipper
public interface Unzipper
unzip
void unzip()
throws IOException
- Throws:
IOException
conditionalUnzip
void conditionalUnzip()
throws IOException
- Throws:
IOException
unzipFileInArchive
File unzipFileInArchive(String fileName)
throws IOException,
FileNotFoundException
- Throws:
IOException
FileNotFoundException
entries
ZipEntry[] entries()
throws IOException
- Throws:
IOException
Copyright © 2011 Atlassian. All Rights Reserved.