Class ZincReader

A Zinc reader.

Hierarchy

  • ZincReader

Constructors

Methods

  • Consume the data stream and return a string value.

    Returns HStr

    A string value.

    Throws

    If the end of the string can't be found.

  • Consume the data stream and return an uri value.

    Returns HUri

    A uri value.

    Throws

    If the end of the uri can't be found if an invalid character is found.

  • Read the input zinc encoded string and return the haystack value for it.

    Parameters

    • input: string | Scanner

      The input string or scanner.

    Returns undefined | null | HVal

    The haystack value.

Generated using TypeDoc