public class TarUtil extends Object
| Constructor and Description |
|---|
TarUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addEntry(org.apache.commons.compress.archivers.tar.TarArchiveOutputStream tar,
byte[] data,
String name) |
static org.apache.commons.compress.archivers.tar.TarArchiveOutputStream |
create(OutputStream outputstream,
boolean compress) |
public static org.apache.commons.compress.archivers.tar.TarArchiveOutputStream create(OutputStream outputstream, boolean compress) throws IOException
IOExceptionpublic static void addEntry(org.apache.commons.compress.archivers.tar.TarArchiveOutputStream tar,
byte[] data,
String name)
throws IOException
IOExceptionCopyright © 2015. All rights reserved.