Single segment in a PAX header block, represented by a text line with the format: LENGTH KEY=VALUE\n

Hierarchy

  • PaxHeaderSegment

Implements

Constructors

Accessors

  • get floatValue(): undefined | number
  • the value parsed as a float, or undefined if the parse operation fails

    Returns undefined | number

  • get intValue(): undefined | number
  • the value parsed as an integer, or undefined if the parse operation fails

    Returns undefined | number

Methods

Generated using TypeDoc