net.lingala.zip4j.zip
Class ZipEngine
java.lang.Object
net.lingala.zip4j.zip.ZipEngine
public class ZipEngine
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipEngine
public ZipEngine(ZipModel zipModel)
throws ZipException
- Throws:
ZipException
addFiles
public void addFiles(ArrayList fileList,
ZipParameters parameters,
ProgressMonitor progressMonitor,
boolean runInThread)
throws ZipException
- Throws:
ZipException
addStreamToZip
public void addStreamToZip(InputStream inputStream,
ZipParameters parameters)
throws ZipException
- Throws:
ZipException
addFolderToZip
public void addFolderToZip(File file,
ZipParameters parameters,
ProgressMonitor progressMonitor,
boolean runInThread)
throws ZipException
- Throws:
ZipException
Copyright © 2012. All Rights Reserved.