TarHeader Fields
The fields of the TarHeader class are listed below. For a complete list of TarHeader class members, see the TarHeader Members topic.
Public Static Fields
| The length of the checksum field in a header buffer. | |
| Offset of checksum in a header buffer. | |
| The length of the devices field in a header buffer. | |
| The length of the group id field in a header buffer. | |
| The length of the group name field in a header buffer. | |
| The magic tag representing an old GNU tar archive where version is included in magic and overwrites it | |
| Solaris access control list file type | |
| Block device file type. | |
| Character device file type. | |
| Contiguous file type. | |
| Directory file type. | |
| Solaris Extended Attribute File | |
| FIFO (pipe) file type. | |
| Posix.1 2001 global extended header | |
| GNU dir dump file type This is a dir entry that contains the names of files that were in the dir at the time the dump was made | |
| Identifies the next file on the tape as having a long link name | |
| Identifies the next file on the tape as having a long name | |
| Continuation of a file that began on another volume | |
| For storing filenames that dont fit in the main header (old GNU) | |
| GNU Sparse file | |
| GNU Tape/volume header ignore on extraction | |
| Link file type. | |
| Inode (metadata only) no file content | |
| Normal file type. | |
| The "old way" of indicating a normal file. | |
| Symbolic link file type. | |
| Posix.1 2001 extended header | |
| The length of the magic field in a header buffer. | |
| The length of the mode field in a header buffer. | |
| The length of the modification time field in a header buffer. | |
| The length of the name field in a header buffer. | |
| The length of the size field in a header buffer. | |
| The magic tag representing a POSIX tar archive. (includes trailing NULL) | |
| The length of the user id field in a header buffer. | |
| The length of the user name field in a header buffer. | |
| The length of the version field in a header buffer. |