Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Methods

Properties

Column

Column: number

The column number of the current character position in an input stream.

Line

Line: number

The current line number in an input stream.

Methods

Close

  • Close(): void
  • Closes a text stream. It is not necessary to close standard streams; they close automatically when the process ends. If you close a standard stream, be aware that any other pointers to that standard stream become invalid.

    Returns void

Generated using TypeDoc