java.lang.Object |
↳ |
com.microstrategy.utils.ZipUtils |
Class Overview
This utility class is currently used for compress/uncompress utilities.
Summary
Public Methods |
static
void
|
compressDirectories(String[] paths, String zipPath)
compress directories to a zip file
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
Public Methods
public
static
void
compressDirectories
(String[] paths, String zipPath)
compress directories to a zip file
Parameters
paths |
list of paths to be compressed |
zipPath |
output path of the result zip file |
Throws
| FileNotFoundException |
IOException
| |
FileNotFoundException
| |