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