Interface: IReadableStream

gpf.interfaces. IReadableStream

Since:
  • 0.1.9

Methods


read(output)

Read all data from the underlying source. Chunk of data is passed to the gpf.interfaces.IWritableStream.

Parameters:
Name Type Description
output gpf.interfaces.IWritableStream

Stream that receives chunk of data

Since:
  • 0.1.9
Returns:

Resolved when the stream has ended

Type
Promise