@ProviderType
public interface ZipWriter
Modifier and Type | Method and Description |
---|---|
void |
addEntry(String name,
byte[] bytes) |
void |
addEntry(String name,
InputStream inputStream) |
void |
addEntry(String name,
String s) |
void |
addEntry(String name,
StringBuilder sb) |
byte[] |
finish()
Deprecated.
As of Athanasius (7.3.x), replaced by
getFile() |
File |
getFile() |
String |
getPath()
Deprecated.
As of Athanasius (7.3.x), replaced by
getFile() |
void |
umount()
Deprecated.
As of Athanasius (7.3.x), replaced by
getFile() |
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
@Deprecated byte[] finish() throws IOException
getFile()
IOException
File getFile()
@Deprecated String getPath()
getFile()
@Deprecated void umount()
getFile()