com.atlassian.confluence.util.zip
Interface Unzipper

All Known Implementing Classes:
AbstractUnzipper, FileUnzipper, StreamUnzipper, UrlUnzipper

public interface Unzipper


Method Summary
 ZipEntry[] entries()
           
 void unzip()
           
 File unzipFileInArchive(String fileName)
           
 

Method Detail

unzip

void unzip()
           throws IOException
Throws:
IOException

unzipFileInArchive

File unzipFileInArchive(String fileName)
                        throws IOException,
                               FileNotFoundException
Throws:
IOException
FileNotFoundException

entries

ZipEntry[] entries()
                   throws IOException
Throws:
IOException


Copyright © 2003-2011 Atlassian. All Rights Reserved.