|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.org.retep.util.io.tar.GnuHeader
public abstract class GnuHeader
A TarHeader for a standard file
| Nested Class Summary | |
|---|---|
static class |
GnuHeader.DumpDir
This represents a directory and a list of files created by the '--incremental' ('-G') option to gnu tar. |
static class |
GnuHeader.LongNameFile
A Regular file who's name is longer than supported by the Posix standard |
static class |
GnuHeader.MultiVolume
This represents a file continued from another volume of a multi-volume archive created with the '--multi-volume' ('-M') option to gnu tar. |
static class |
GnuHeader.SparseFile
This flag indicates that we are dealing with a sparse file. |
static class |
GnuHeader.VolumeHeader
This file type is used to mark the volume header that was given with the '--label=archive-label' ('-V archive-label') option in gnu tar when the archive was created. |
| Constructor Summary | |
|---|---|
GnuHeader()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GnuHeader()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||