Fields Summary |
---|
int | NAMELENThe length of the name field in a header buffer. |
int | MODELENThe length of the mode field in a header buffer. |
int | UIDLENThe length of the user id field in a header buffer. |
int | GIDLENThe length of the group id field in a header buffer. |
int | CHKSUMLENThe length of the checksum field in a header buffer. |
int | SIZELENThe length of the size field in a header buffer. |
long | MAXSIZEThe maximum size of a file in a tar archive (That's 11 sevens, octal). |
int | MAGICLENThe length of the magic field in a header buffer. |
int | MODTIMELENThe length of the modification time field in a header buffer. |
int | UNAMELENThe length of the user name field in a header buffer. |
int | GNAMELENThe length of the group name field in a header buffer. |
int | DEVLENThe length of the devices field in a header buffer. |
byte | LF_OLDNORMLF_ constants represent the "link flag" of an entry, or more commonly,
the "entry type". This is the "old way" of indicating a normal file. |
byte | LF_NORMALNormal file type. |
byte | LF_LINKLink file type. |
byte | LF_SYMLINKSymbolic link file type. |
byte | LF_CHRCharacter device file type. |
byte | LF_BLKBlock device file type. |
byte | LF_DIRDirectory file type. |
byte | LF_FIFOFIFO (pipe) file type. |
byte | LF_CONTIGContiguous file type. |
String | TMAGICThe magic tag representing a POSIX tar archive. |
String | GNU_TMAGICThe magic tag representing a GNU tar archive. |
String | GNU_LONGLINKThe namr of the GNU tar entry which contains a long name. |
byte | LF_GNUTYPE_LONGNAMEIdentifies the *next* file on the tape as having a long name. |