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