Package | Description |
---|---|
org.jboss.shrinkwrap.impl.base.io.tar |
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.
|