Uses of Interface
org.knime.core.util.FileUtil.ZipFileFilter
Methods in org.knime.core.util with parameters of type FileUtil.ZipFileFilter |
static boolean |
FileUtil.zipDir(File zipFile,
Collection<File> includeList,
int compressionLevel,
FileUtil.ZipFileFilter filter,
ExecutionMonitor exec)
Packs all files and directories passed in the includeList into a zip
file. |
static boolean |
FileUtil.zipDir(File zipFile,
File rootDir,
int compressionLevel,
FileUtil.ZipFileFilter filter,
ExecutionMonitor exec)
Recursively packs all the the files and directories beneath the
rootDir into a zip file. |
static boolean |
FileUtil.zipDir(ZipOutputStream zout,
Collection<File> includeList,
FileUtil.ZipFileFilter filter,
ExecutionMonitor exec)
Packs all files and directories passed in the includeList into a zip
stream. |
Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display,
or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the
copyright owner or as specified in the license file distributed with this product.