Gjsify LogoGjsify Logo

Hierarchy

  • LineReader

Index

Constructors

Properties

Methods

Constructors

Properties

contents: string
length: number
pos: number
name: string

Methods

  • init(contents: string, length: number): void
  • next(length: number): string
  • Moves forward to the beginning of the next line in the buffer. No changes to the buffer are made, and the result is a pointer within the string passed as contents in ide_line_reader_init(). Since the line most likely will not be terminated with a NULL byte, you must provide length to determine the length of the line.

    Parameters

    • length: number

      a location for the length of the line in bytes.

    Returns string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method