The Readable stream interface is the abstraction for a source of data that you are reading from. In other words, data comes out of a Readable stream.
Implemented in:
- 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