api documentation for duplexer2 (v0.1.4)

Like duplexer but using streams3

table of contents

  1. module duplexer2
    1. function duplexer2 (options, writable, readable)
    2. function duplexer2.DuplexWrapper (options, writable, readable)
    3. object duplexer2.DuplexWrapper.prototype
  2. module duplexer2.DuplexWrapper
    1. function duplexer2.DuplexWrapper (options, writable, readable)
  3. module duplexer2.DuplexWrapper.prototype
    1. function duplexer2.DuplexWrapper.prototype._read ()
    2. function duplexer2.DuplexWrapper.prototype._write (input, encoding, done)

module duplexer2

function duplexer2 (options, writable, readable)

function duplexer2.DuplexWrapper (options, writable, readable)

module duplexer2.DuplexWrapper

function duplexer2.DuplexWrapper (options, writable, readable)

module duplexer2.DuplexWrapper.prototype

function duplexer2.DuplexWrapper.prototype._read ()

function duplexer2.DuplexWrapper.prototype._write (input, encoding, done)

[ this document was created with utility2 ]