|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TarConstants
This interface contains all the definitions used in the package.
Field Summary | |
---|---|
static int |
CHKSUMLEN
The length of the checksum field in a header buffer. |
static int |
DEVLEN
The length of each of the device fields (major and minor) in a header buffer. |
static int |
GIDLEN
The length of the group id field in a header buffer. |
static int |
GNAMELEN
The length of the group name field in a header buffer. |
static java.lang.String |
GNU_LONGLINK
The name of the GNU tar entry which contains a long name. |
static byte |
LF_BLK
Block device file type. |
static byte |
LF_CHR
Character device file type. |
static byte |
LF_CONTIG
Contiguous file type. |
static byte |
LF_DIR
Directory file type. |
static byte |
LF_FIFO
FIFO (pipe) file type. |
static byte |
LF_GNUTYPE_LONGNAME
Identifies the *next* file on the tape as having a long name. |
static byte |
LF_LINK
Link file type. |
static byte |
LF_NORMAL
Normal file type. |
static byte |
LF_OLDNORM
LF_ constants represent the "link flag" of an entry, or more commonly, the "entry type". |
static byte |
LF_SYMLINK
Symbolic link file type. |
static java.lang.String |
MAGIC_GNU
The magic tag representing a GNU tar archive. |
static int |
MAGIC_OFFSET
Offset of start of magic field within header record |
static java.lang.String |
MAGIC_POSIX
The magic tag representing a POSIX tar archive. |
static int |
MAGICLEN
The length of the magic field in a header buffer. |
static long |
MAXSIZE
The maximum size of a file in a tar archive (That's 11 sevens, octal). |
static int |
MODELEN
The length of the mode field in a header buffer. |
static int |
MODTIMELEN
The length of the modification time field in a header buffer. |
static int |
NAMELEN
The length of the name field in a header buffer. |
static int |
PREFIXLEN
Length of the prefix field. |
static int |
SIZELEN
The length of the size field in a header buffer. |
static int |
UIDLEN
The length of the user id field in a header buffer. |
static int |
UNAMELEN
The length of the user name field in a header buffer. |
static java.lang.String |
VERSION_GNU_SPACE
|
static java.lang.String |
VERSION_GNU_ZERO
|
static int |
VERSION_OFFSET
Offset of start of magic field within header record |
static java.lang.String |
VERSION_POSIX
|
static int |
VERSIONLEN
Previously this was regarded as part of "magic" field, but it is separate. |
Field Detail |
---|
static final int NAMELEN
static final int MODELEN
static final int UIDLEN
static final int GIDLEN
static final int CHKSUMLEN
static final int SIZELEN
static final long MAXSIZE
static final int MAGIC_OFFSET
static final int MAGICLEN
static final int VERSION_OFFSET
static final int VERSIONLEN
static final int MODTIMELEN
static final int UNAMELEN
static final int GNAMELEN
static final int DEVLEN
static final int PREFIXLEN
static final byte LF_OLDNORM
static final byte LF_NORMAL
static final byte LF_LINK
static final byte LF_SYMLINK
static final byte LF_CHR
static final byte LF_BLK
static final byte LF_DIR
static final byte LF_FIFO
static final byte LF_CONTIG
static final java.lang.String MAGIC_POSIX
static final java.lang.String VERSION_POSIX
static final java.lang.String MAGIC_GNU
static final java.lang.String VERSION_GNU_SPACE
static final java.lang.String VERSION_GNU_ZERO
static final java.lang.String GNU_LONGLINK
static final byte LF_GNUTYPE_LONGNAME
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |