inchanbin/nodestream

module inchanbin.nodestream

Node.js stream based implementation of Inchanbin.

Uses Node.js Readable object to receive data. Expects a stream of Buffer objects.

Provide Readable instance to constructor.

class inchanbin.nodestream.NodestreamInchanbin(stream)
Arguments:
  • stream (Readable.<Buffer>) – Stream to read from. Must support unshift.