public interface ZipWriter
void addEntry(String name, byte[] bytes) throws IOException
IOException
void addEntry(String name, InputStream inputStream) throws IOException
IOException
void addEntry(String name, String s) throws IOException
IOException
void addEntry(String name, StringBuilder sb) throws IOException
IOException
byte[] finish() throws IOException
IOException
File getFile()
String getPath()