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.

Hierarchy

  • TarHeader

Implements

Constructors

Properties

pax: undefined | PaxTarHeader

Accessors

Methods

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

    See also PaxTarHeader.clean().

    Returns

    this for operation chaining

    Returns TarHeader

Generated using TypeDoc