node读取、写入流常用 API

读取流常用 API

Event:

  • data
  • end
  • error

Method:

  • read([size])、
  • pause()、
  • isPause()、
  • resume()、
  • setEncoding(encoding)、
  • pipe(destination[, options])、
  • unpipe([destination])

写入流常用 API

Event:

  • error
  • pipe

Method:

  • write(chunk[, encoding][, callback])
  • end([chunk][, encoding][, callback])
  • setDefaultEncoding(encoding)
上一篇:AutoMapper用法


下一篇:使用消息队列ActiveMQ