~ubuntu-branches/ubuntu/vivid/nodejs/vivid

« back to all changes in this revision

Viewing changes to doc/api/stream.markdown

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2013-11-13 23:17:51 UTC
  • mfrom: (1.1.29)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: package-import@ubuntu.com-20131113231751-m6uqywp5dc4s4fxo
Tags: 0.10.22~dfsg1-1
* Upstream update. 
* Refresh patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
843
843
    strings using the specified encoding.  Default=null
844
844
  * `objectMode` {Boolean} Whether this stream should behave
845
845
    as a stream of objects. Meaning that stream.read(n) returns
846
 
    a single value instead of a Buffer of size n
 
846
    a single value instead of a Buffer of size n.  Default=false
847
847
 
848
848
In classes that extend the Readable class, make sure to call the
849
849
Readable constructor so that the buffering settings can be properly