swing.addon.util
Class ExtractableZipFile

java.lang.Object
  |
  +--java.util.zip.ZipFile
        |
        +--swing.addon.util.ExtractableZipFile

public class ExtractableZipFile
extends java.util.zip.ZipFile


Constructor Summary
ExtractableZipFile(java.io.File directory, java.lang.String filename)
           
 
Method Summary
 void extractTo(java.io.File directory)
           
 
Methods inherited from class java.util.zip.ZipFile
close, entries, getEntry, getInputStream, getName, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtractableZipFile

public ExtractableZipFile(java.io.File directory,
                          java.lang.String filename)
                   throws java.util.zip.ZipException,
                          java.io.IOException
Method Detail

extractTo

public void extractTo(java.io.File directory)
               throws java.io.IOException