Package com.wowza.util
Class ZipUtils
- Object
-
- com.wowza.util.ZipUtils
-
public class ZipUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ZipUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
fromGzip(byte[] gzipBytes)
static byte[]
toGzip(byte[] bytes)
static boolean
zipDirectory(String srcDir, String destDir, String zipFileName)
-