Removes any unknown or un-standardized keys from the PAX portion of this header (if one exists).
See also PaxHeader.clean()
.
this
for operation chaining
A snapshot of the underlying buffer for this header
Static
fromA new TarHeader
instance based on the given attributes (if they are a POJO).
Note that if the given value is already a TarHeader instance, this will return it as-is.
Static
isStatic
serializeShort-hand for constructing a new TarHeader
and immediately calling toUint8Array()
on it
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.