The readable.wrap() method is used to wrap a raw stream source (like a TCP socket) in a Readable stream interface.
readable.wrap()
The raw ("old-style") stream source to wrap.