Interface UstarHeaderFieldLike

Metadata about a single field for a tar header. These are used to dynamically parse fields as a header sector is stepped through.

See extractTarEntry() and TarUtility for more info.

Hierarchy

  • UstarHeaderFieldLike

Implemented by

Properties

constantValue?: any
name: keyof UstarHeaderLike
offset: number
size: number

Generated using TypeDoc