Hierarchy

  • Readable

Methods

Methods

  • Read a single character from the stream.

    Returns Promise<string>

    Promise that resolves to the character read.

  • Read a chunk of data from the stream. The size of the chunk is given by the implementation and available data.

    Returns Promise<string>

    Promise that resolves to the data read.

Generated using TypeDoc