TarTypeFlag

Enum class for types supported by tar files. Directory is given special treatment, all others have any content placed in the data field.

Values

ValueMeaning
file'0'
altFile'\0'
characterSpecial'3'
blockSpecial'4'
directory'5'
fifo'6'
contiguousFile'7'

Meta