Make a readable stream by input content, content could be String
, Buffer
, Object
, Number
and so on.
Create a stream from a string. Sugary wrapper around from2
yoshuawuytsover 2 years agoCreate a duplex stream from a readable and a writable stream.
nfroidure6 months agoConverts a stream intro a buffer or array of objects
AndreasMadsenover 2 years agotar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
mafintoshover 2 years ago