org.apache.tools.tar
Interface TarConstants
public
interface
TarConstants
This interface contains all the definitions used in the package.
Field Summary |
int | CHKSUMLEN
The length of the checksum field in a header buffer. |
int | DEVLEN
The length of the devices field in a header buffer. |
int | GIDLEN
The length of the group id field in a header buffer. |
int | GNAMELEN
The length of the group name field in a header buffer. |
String | GNU_LONGLINK
The namr of the GNU tar entry which contains a long name. |
String | GNU_TMAGIC
The magic tag representing a GNU tar archive. |
byte | LF_BLK
Block device file type. |
byte | LF_CHR
Character device file type. |
byte | LF_CONTIG
Contiguous file type. |
byte | LF_DIR
Directory file type. |
byte | LF_FIFO
FIFO (pipe) file type. |
byte | LF_GNUTYPE_LONGNAME
Identifies the *next* file on the tape as having a long name. |
byte | LF_LINK
Link file type. |
byte | LF_NORMAL
Normal file type. |
byte | LF_OLDNORM
LF_ constants represent the "link flag" of an entry, or more commonly,
the "entry type". |
byte | LF_SYMLINK
Symbolic link file type. |
int | MAGICLEN
The length of the magic field in a header buffer. |
int | MODELEN
The length of the mode field in a header buffer. |
int | MODTIMELEN
The length of the modification time field in a header buffer. |
int | NAMELEN
The length of the name field in a header buffer. |
int | SIZELEN
The length of the size field in a header buffer. |
String | TMAGIC
The magic tag representing a POSIX tar archive. |
int | UIDLEN
The length of the user id field in a header buffer. |
int | UNAMELEN
The length of the user name field in a header buffer. |
public int CHKSUMLEN
The length of the checksum field in a header buffer.
public int DEVLEN
The length of the devices field in a header buffer.
public int GIDLEN
The length of the group id field in a header buffer.
public int GNAMELEN
The length of the group name field in a header buffer.
public String GNU_LONGLINK
The namr of the GNU tar entry which contains a long name.
public String GNU_TMAGIC
The magic tag representing a GNU tar archive.
public byte LF_BLK
Block device file type.
public byte LF_CHR
Character device file type.
public byte LF_CONTIG
Contiguous file type.
public byte LF_DIR
Directory file type.
public byte LF_FIFO
FIFO (pipe) file type.
public byte LF_GNUTYPE_LONGNAME
Identifies the *next* file on the tape as having a long name.
public byte LF_LINK
Link file type.
public byte LF_NORMAL
Normal file type.
public byte LF_OLDNORM
LF_ constants represent the "link flag" of an entry, or more commonly,
the "entry type". This is the "old way" of indicating a normal file.
public byte LF_SYMLINK
Symbolic link file type.
public int MAGICLEN
The length of the magic field in a header buffer.
public int MODELEN
The length of the mode field in a header buffer.
public int MODTIMELEN
The length of the modification time field in a header buffer.
public int NAMELEN
The length of the name field in a header buffer.
public int SIZELEN
The length of the size field in a header buffer.
public String TMAGIC
The magic tag representing a POSIX tar archive.
public int UIDLEN
The length of the user id field in a header buffer.
public int UNAMELEN
The length of the user name field in a header buffer.
Copyright