| java.lang.Object com.metaboss.util.ZipUtils
ZipUtils | public class ZipUtils (Code) | | Set of useful utilites to do with zipping and unzipping the information
|
Method Summary | |
public static byte[] | zipUpDirectory(String pSourceDirectoryAbsolutePath) Gets the contents of the specified directory, zips it up and returns the result as the bte array. |
zipUpDirectory | public static byte[] zipUpDirectory(String pSourceDirectoryAbsolutePath) throws FileNotFoundException, IOException(Code) | | Gets the contents of the specified directory, zips it up and returns the result as the bte array.
|
|
|