public interface TarConstants
| Modifier and Type | Field and Description | 
|---|---|
| static int | ATIMELEN_GNUThe length of the access time field in an old GNU header buffer. | 
| static int | ATIMELEN_XSTARThe length of the access time field in a xstar header buffer. | 
| static int | CHKSUM_OFFSETOffset of the checksum field within header record. | 
| static int | CHKSUMLENThe length of the checksum field in a header buffer. | 
| static int | CTIMELEN_GNUThe length of the created time field in an old GNU header buffer. | 
| static int | CTIMELEN_XSTARThe length of the created time field in a xstar header buffer. | 
| static int | DEFAULT_BLKSIZEDefault block size | 
| static int | DEFAULT_RCDSIZEDefault record size | 
| static int | DEVLENThe length of each of the device fields (major and minor) in a header buffer. | 
| static int | FORMAT_OLDGNUGNU format as per before tar 1.12. | 
| static int | FORMAT_POSIXPure Posix format. | 
| static int | FORMAT_XSTARxstar format used by Jörg Schilling's star. | 
| 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 String | GNU_LONGLINKThe name of the GNU tar entry which contains a long name. | 
| static int | ISEXTENDEDLEN_GNUThe length of the is extension field in an old GNU header buffer. | 
| static int | ISEXTENDEDLEN_GNU_SPARSEThe length of the is extension field in a sparse header buffer. | 
| 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_LONGLINKIdentifies the *next* file on the tape as having a long linkname. | 
| static byte | LF_GNUTYPE_LONGNAMEIdentifies the *next* file on the tape as having a long name. | 
| static byte | LF_GNUTYPE_SPARSESparse file type. | 
| 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_PAX_EXTENDED_HEADER_LCIdentifies the entry as a Pax extended header. | 
| static byte | LF_PAX_EXTENDED_HEADER_UCIdentifies the entry as a Pax extended header (SunOS tar -E). | 
| static byte | LF_PAX_GLOBAL_EXTENDED_HEADERIdentifies the entry as a Pax global extended header. | 
| static byte | LF_SYMLINKSymbolic link file type. | 
| static int | LONGNAMESLEN_GNUThe length of the long names field in an old GNU header buffer. | 
| static String | MAGIC_ANTThe magic tag representing an Ant tar archive. | 
| static String | MAGIC_GNUThe magic tag representing a GNU tar archive. | 
| static int | MAGIC_OFFSETOffset of start of magic field within header record | 
| static String | MAGIC_POSIXThe magic tag representing a POSIX tar archive. | 
| static String | MAGIC_XSTARThe magix string used in the last four bytes of the header to
 identify the xstar format. | 
| static int | MAGICLENThe length of the magic field in a header buffer. | 
| static long | MAXIDThe maximum value of gid/uid in a tar archive which can
 be expressed in octal char notation (that's 7 sevens, octal). | 
| static long | MAXSIZEThe maximum size of a file in a tar archive
 which can be expressed in octal char notation (that's 11 sevens, octal). | 
| 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 | OFFSETLEN_GNUThe length of the multivolume start offset field in an old GNU header buffer. | 
| static int | PAD2LEN_GNUThe length of the padding field in an old GNU header buffer. | 
| static int | PREFIXLENLength of the prefix field. | 
| static int | PREFIXLEN_XSTARLength of the prefix field in xstar archives. | 
| static int | REALSIZELEN_GNUThe length of the real size field in an old GNU header buffer. | 
| static int | SIZELENThe length of the size field in a header buffer. | 
| static int | SPARSELEN_GNUThe sum of the length of all sparse headers in an old GNU header buffer. | 
| static int | SPARSELEN_GNU_SPARSEThe sum of the length of all sparse headers in a sparse header buffer. | 
| 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. | 
| static String | VERSION_ANTThe "version" representing an Ant tar archive. | 
| static String | VERSION_GNU_SPACE | 
| static String | VERSION_GNU_ZERO | 
| static int | VERSION_OFFSETOffset of start of magic field within header record | 
| static String | VERSION_POSIX | 
| static int | VERSIONLENPreviously this was regarded as part of "magic" field, but it is separate. | 
| static int | XSTAR_MAGIC_LENLength of the XSTAR magic. | 
| static int | XSTAR_MAGIC_OFFSETOffset inside the header for the xstar magic bytes. | 
static final int DEFAULT_RCDSIZE
static final int DEFAULT_BLKSIZE
static final int FORMAT_OLDGNU
static final int FORMAT_POSIX
static final int FORMAT_XSTAR
static final int NAMELEN
static final int MODELEN
static final int UIDLEN
static final int GIDLEN
static final long MAXID
static final int CHKSUMLEN
static final int CHKSUM_OFFSET
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 int ATIMELEN_GNU
static final int CTIMELEN_GNU
static final int OFFSETLEN_GNU
static final int LONGNAMESLEN_GNU
static final int PAD2LEN_GNU
static final int SPARSELEN_GNU
static final int ISEXTENDEDLEN_GNU
static final int REALSIZELEN_GNU
static final int SPARSELEN_GNU_SPARSE
static final int ISEXTENDEDLEN_GNU_SPARSE
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 byte LF_GNUTYPE_LONGLINK
static final byte LF_GNUTYPE_LONGNAME
static final byte LF_GNUTYPE_SPARSE
static final byte LF_PAX_EXTENDED_HEADER_LC
static final byte LF_PAX_EXTENDED_HEADER_UC
static final byte LF_PAX_GLOBAL_EXTENDED_HEADER
static final String MAGIC_POSIX
static final String VERSION_POSIX
static final String MAGIC_GNU
static final String VERSION_GNU_SPACE
static final String VERSION_GNU_ZERO
static final String MAGIC_ANT
static final String VERSION_ANT
static final String GNU_LONGLINK
static final String MAGIC_XSTAR
static final int XSTAR_MAGIC_OFFSET
static final int XSTAR_MAGIC_LEN
static final int PREFIXLEN_XSTAR
static final int ATIMELEN_XSTAR
static final int CTIMELEN_XSTAR
Copyright © 2018 The Apache Software Foundation. All rights reserved.