Parser base for header parsing.

Hierarchy (view full)

Constructors

Accessors

Methods

Constructors

Accessors

  • get instance(): StepHeaderParser
  • Get the singleton static instance of this.

    Returns StepHeaderParser

    The singleton instance of this.

Methods

  • Will parse the input up to data block (including the DATA token).

    Parameters

    • input: default

      The input buffer to parse the header from.

    Returns HeaderParseResult

    The parse result for the header, plus the header values.