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