Skip to main content

3 docs tagged with "Readable"

View All Tags

createReadStream()

createReadStream() is defined as: fs Static Method to create a Readable file stream. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Fs, Static Method

Duplex

Duplex is defined as: stream = Writable & Readable. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Stream, Writable, Readable|FullStack Wiki by Roger

Readable

Readable is defined as: stream type to read data. Topics on: loads data as chunks & concatenates back to one. Read more: JS, Nodejs, Node Stack, Node API, Strea