public class ZipUtil extends Object
| Constructor and Description |
|---|
ZipUtil() |
public static Map<String,byte[]> extract(byte[] zip, String suffix) throws IOException
IOExceptionpublic static byte[] makeZipBinary(Map<String,byte[]> instance, String fileNameSeperator) throws IOException
IOExceptionpublic static byte[] addEntry(String fileName, byte[] addFile, byte[] zip) throws IOException
IOException