@obsidize/tar-browserify
    Preparing search index...

    Enumeration UstarHeaderLinkIndicatorType

    Sector type flag values taken from here: (see "Type flag field" in wiki)

    https://en.wikipedia.org/wiki/Tar_(computing)

    Special notes from the wiki: 'A'–'Z' - Vendor specific extensions (POSIX.1-1988) All other values - Reserved for future standardization

    Index

    Enumeration Members

    BLOCK_SPECIAL: "4"
    CHARACTER_SPECIAL: "3"
    CONTIGUOUS_FILE: "7"
    DIRECTORY: "5"
    FIFO: "6"
    GLOBAL_EXTENDED_HEADER: "g"

    Global extended header with meta data (POSIX.1-2001)

    HARD_LINK: "1"
    LOCAL_EXTENDED_HEADER: "x"

    Extended header with meta data for the next file in the archive (POSIX.1-2001)

    LONG_LINK_HEADER: "L"

    GNU tar special snowflake header

    NORMAL_FILE: "0"
    NORMAL_FILE_ALT1: "\u0000"
    NORMAL_FILE_ALT2: ""
    SYMBOLIC_LINK: "2"
    UNKNOWN: "UNKNOWN"

    Special local indicator for this module to indicate a parse failure