| java.lang.Object de.mcs.utils.FolderZipper
FolderZipper | final public class FolderZipper (Code) | | FolderZiper provide a static method to zip a folder.
author: pitchoun |
Method Summary | |
public static void | zipFolder(String srcFolder, String destZipFile) Zip the srcFolder into the destFileZipFile. |
zipFolder | public static void zipFolder(String srcFolder, String destZipFile)(Code) | | Zip the srcFolder into the destFileZipFile. All the folder subtree of the
src folder is added to the destZipFile archive. TODO handle the usecase
of srcFolder being en file.
Parameters: srcFolder - String, the path of the srcFolder Parameters: destZipFile - String, the path of the destination zipFile. This file will becreated or erased. |
|
|