outchanbin/nodestream¶
- 
module 
outchanbin.nodestream¶ Node.js stream based implementation of Outchanbin.
Uses Node.js Writable object to send data. Delivers data as
Bufferobjects.Provide
Writableinstance to constructor.- 
class 
outchanbin.nodestream.NodestreamOutchanbin(stream)¶ Arguments: - stream (Writable.<Buffer>) – Stream to write to.
 
- 
class