Package | Description |
---|---|
de.esprit.appsuite.io.archive.javatar |
Contains support for tar archives.
|
Modifier and Type | Field and Description |
---|---|
protected TarHeader |
TarEntry.header
This is the entry's header information.
|
Modifier and Type | Method and Description |
---|---|
TarHeader |
TarEntry.getHeader()
Get this entry's header.
|
Modifier and Type | Method and Description |
---|---|
void |
TarEntry.getFileTarHeader(TarHeader hdr,
java.io.File file)
Fill in a TarHeader with information from a File.
|
void |
TarEntry.nameTarHeader(TarHeader hdr,
java.lang.String name)
Fill in a TarHeader given only the entry's name.
|
void |
TarEntry.parseTarHeader(TarHeader hdr,
byte[] headerBuf)
Parse an entry's TarHeader information from a header buffer.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.