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

    Class TarHeader

    Facade over a backing Uint8Array buffer to consume/edit header data at a specific location in the buffer.

    Does not perform any mutations or reads on creation, and lazy loads/sets data via getters and setters.

    Implements

    Index

    Constructors

    Properties

    longLink: undefined | LongLinkHeader
    pax: undefined | PaxHeader

    Accessors

    Methods

    • Removes any unknown or un-standardized keys from the PAX portion of this header (if one exists).

      See also PaxHeader.clean().

      Returns this

      this for operation chaining