Package | Description |
---|---|
org.cristian.libtxz | |
org.kamranzafar.jtar |
Constructor and Description |
---|
TXZEntry(TarHeader Header) |
Modifier and Type | Field and Description |
---|---|
protected TarHeader |
TarEntry.header |
Modifier and Type | Method and Description |
---|---|
static TarHeader |
TarHeader.createHeader(java.lang.String entryName,
long size,
long modTime,
boolean dir,
int permissions)
Creates a new header for a file/directory entry.
|
TarHeader |
TarEntry.getHeader() |
Constructor and Description |
---|
TarEntry(TarHeader header)
Constructor to create an entry from an existing TarHeader object.
|