Class: Readable

Readable

new Readable()

Readable Stream object. Contains a set of rows as result of parameters sent to the method that generated this object. The result is obtained via standard readable stream usage. For more information about how the Streams work please refer to: https://nodejs.org/api/stream.html
Source:

Events

data

Called when the Stream has data to be read
Source:

end

Called when there is no more data available in the Stream
Source:

error

Called when an error occurred
Source: