| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface contains all the definitions used in the package.
| Field Summary | |
| static int | CHKSUMLENThe length of the checksum field in a header buffer. | 
| static int | DEVLENThe length of the devices field in a header buffer. | 
| static int | GIDLENThe length of the group id field in a header buffer. | 
| static int | GNAMELENThe length of the group name field in a header buffer. | 
| static java.lang.String | GNU_LONGLINKThe namr of the GNU tar entry which contains a long name. | 
| static java.lang.String | GNU_TMAGICThe magic tag representing a GNU tar archive. | 
| static byte | LF_BLKBlock device file type. | 
| static byte | LF_CHRCharacter device file type. | 
| static byte | LF_CONTIGContiguous file type. | 
| static byte | LF_DIRDirectory file type. | 
| static byte | LF_FIFOFIFO (pipe) file type. | 
| static byte | LF_GNUTYPE_LONGNAMEIdentifies the *next* file on the tape as having a long name. | 
| static byte | LF_LINKLink file type. | 
| static byte | LF_NORMALNormal file type. | 
| static byte | LF_OLDNORMLF_ constants represent the "link flag" of an entry, or more commonly, the "entry type". | 
| static byte | LF_SYMLINKSymbolic link file type. | 
| static int | MAGICLENThe length of the magic field in a header buffer. | 
| static int | MODELENThe length of the mode field in a header buffer. | 
| static int | MODTIMELENThe length of the modification time field in a header buffer. | 
| static int | NAMELENThe length of the name field in a header buffer. | 
| static int | SIZELENThe length of the size field in a header buffer. | 
| static java.lang.String | TMAGICThe magic tag representing a POSIX tar archive. | 
| static int | UIDLENThe length of the user id field in a header buffer. | 
| static int | UNAMELENThe length of the user name field in a header buffer. | 
| Field Detail | 
public static final int NAMELEN
public static final int MODELEN
public static final int UIDLEN
public static final int GIDLEN
public static final int CHKSUMLEN
public static final int SIZELEN
public static final int MAGICLEN
public static final int MODTIMELEN
public static final int UNAMELEN
public static final int GNAMELEN
public static final int DEVLEN
public static final byte LF_OLDNORM
public static final byte LF_NORMAL
public static final byte LF_LINK
public static final byte LF_SYMLINK
public static final byte LF_CHR
public static final byte LF_BLK
public static final byte LF_DIR
public static final byte LF_FIFO
public static final byte LF_CONTIG
public static final java.lang.String TMAGIC
public static final java.lang.String GNU_TMAGIC
public static final java.lang.String GNU_LONGLINK
public static final byte LF_GNUTYPE_LONGNAME
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||