Class BufferReader

Buffer Input Reader

Hierarchy

  • BufferReader

Implements

Constructors

Properties

Methods

Constructors

Properties

index: number

The current index of the input stream

Methods

  • Peek at the next character in the input stream

    Parameters

    • n: number = 0

    Returns string

  • Consume the next character in the input stream

    Parameters

    • n: number = 0

    Returns string

  • Check if the input stream is at the end of the file

    Returns boolean

Generated using TypeDoc