Package | Description |
---|---|
org.cristian.libtxz | |
org.kamranzafar.jtar |
Modifier and Type | Class and Description |
---|---|
class |
TXZEntry
This class represents a file entry of the Tar+XZ Archiving format.
|
Modifier and Type | Method and Description |
---|---|
TarEntry |
TarInputStream.getNextEntry()
Returns the next entry in the tar file
|
Modifier and Type | Method and Description |
---|---|
boolean |
TarEntry.isDescendent(TarEntry desc) |
void |
TarOutputStream.putNextEntry(TarEntry entry)
Writes the next tar entry header on the stream
|