com.myjavaworld.zip
Class Unzip
java.lang.Object
com.myjavaworld.zip.Unzip
public class Unzip
- extends Object
- Author:
- Sai Pullabhotla
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Unzip
public Unzip(File file)
getFile
public File getFile()
setTargetDirectory
public void setTargetDirectory(File targetDirectory)
getTargetDirectory
public File getTargetDirectory()
addZipListener
public void addZipListener(ZipListener l)
removeZipListener
public void removeZipListener(ZipListener l)
addProgressListener
public void addProgressListener(ProgressListener l)
removeProgressListener
public void removeProgressListener(ProgressListener l)
fireBeginFileEvent
protected void fireBeginFileEvent(File file)
fireEndFileEvent
protected void fireEndFileEvent(File file)
fireProgressEvent
protected void fireProgressEvent(int progress)
open
public void open()
throws ZipException,
IOException
- Throws:
ZipException
IOException
close
public void close()
throws IOException
- Throws:
IOException
unzip
public void unzip()
throws IOException
- Throws:
IOException
Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.