com.atlassian.confluence.util.zip
Interface Unzipper

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

public interface Unzipper


Method Summary
 java.util.zip.ZipEntry[] entries()
           
 void unzip()
           
 java.io.File unzipFileInArchive(java.lang.String fileName)
           
 

Method Detail

unzip

void unzip()
           throws java.io.IOException
Throws:
java.io.IOException

unzipFileInArchive

java.io.File unzipFileInArchive(java.lang.String fileName)
                                throws java.io.IOException,
                                       java.io.FileNotFoundException
Throws:
java.io.IOException
java.io.FileNotFoundException

entries

java.util.zip.ZipEntry[] entries()
                                 throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2003-2010 Atlassian. All Rights Reserved.