public class ZipArchiveOutputStreamWriter extends AbstractArchiveOutputStreamWriter<org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream>
os| Constructor and Description |
|---|
ZipArchiveOutputStreamWriter(org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream os) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeEntry(java.lang.String name,
byte[] bytes) |
close