Search for the given Buffer in a sequence of data (readable stream)
Replace the given Buffer in a readable stream with another Buffer.
Forward data bidirectionally between two duplexes, like a.pipe(b).pipe(a)
, but with better handling for various cases.
Split a readable stream into multiple readable streams by size or Buffer
Create a readable stream that will continuously generate data, somewhat similar to /dev/zero, but with some extra features.