Package | Description |
---|---|
de.esprit.appsuite.io.archive.javatar |
Contains support for tar archives.
|
Modifier and Type | Method and Description |
---|---|
TarEntry |
TarInputStream.EntryFactory.createEntry(byte[] headerBuf) |
TarEntry |
TarInputStream.EntryAdapter.createEntry(byte[] headerBuf) |
TarEntry |
TarInputStream.EntryFactory.createEntry(java.io.File path) |
TarEntry |
TarInputStream.EntryAdapter.createEntry(java.io.File path) |
void |
TarArchive.extractContents(java.io.File destDir)
Perform the "extract" command and extract the contents of the archive.
|
static int |
TarHeader.getFileNameBytes(java.lang.String newName,
byte[] outbuf)
This method, like getNameBytes(), is intended to place a name into a TarHeader's buffer.
|
void |
TarArchive.listContents()
Perform the "list" command and list the contents of the archive.
|
void |
TarEntry.parseTarHeader(TarHeader hdr,
byte[] headerBuf)
Parse an entry's TarHeader information from a header buffer.
|
void |
TarEntry.writeEntryHeader(byte[] outbuf)
Write an entry's header information to a header buffer.
|
Constructor and Description |
---|
TarEntry(byte[] headerBuf)
Construct an entry from an archive's header bytes.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.