public class MBBundlesZipper extends Object
| Constructor and Description |
|---|
MBBundlesZipper() |
| Modifier and Type | Method and Description |
|---|---|
static List<MBFile> |
unzipFiles(byte[] zipped) |
static List<MBFile> |
unzipFiles(InputStream fin) |
static void |
zip(List<MBFile> files,
OutputStream out) |
public static void zip(List<MBFile> files, OutputStream out) throws IOException
IOExceptionpublic static List<MBFile> unzipFiles(InputStream fin) throws IOException
IOExceptionpublic static List<MBFile> unzipFiles(byte[] zipped) throws IOException
IOExceptionCopyright © 2018. All rights reserved.