inchanbin/nodestream¶
- 
module 
inchanbin.nodestream¶ Node.js stream based implementation of Inchanbin.
Uses Node.js Readable object to receive data. Expects a stream of
Bufferobjects.Provide
Readableinstance to constructor.- 
class 
inchanbin.nodestream.NodestreamInchanbin(stream)¶ Arguments: - stream (Readable.<Buffer>) – Stream to read from. Must support unshift.
 
- 
class