Files
node-v0.x-archive/lib
Raynos 444bbd4fa7 streams: Support objects other than Buffers
We detect for non-string and non-buffer values in onread and
turn the stream into an "objectMode" stream.

If we are in "objectMode" mode then howMuchToRead will
always return 1, state.length will always have 1 appended
to it when there is a new item and fromList always takes
the first value from the list.

This means that for object streams, the n in read(n) is
ignored and read() will always return a single value

Fixed a bug with unpipe where the pipe would break because
the flowing state was not reset to false.

Fixed a bug with sync cb(null, null) in _read which would
forget to end the readable stream
2013-01-24 07:49:27 -08:00
..
2011-03-14 17:37:05 -07:00
2011-03-14 17:37:05 -07:00
2013-01-18 12:13:32 +01:00
2011-03-14 17:37:05 -07:00
2012-11-08 12:31:45 -08:00
2013-01-16 16:53:11 +01:00
2012-06-19 14:07:48 -07:00
2012-06-28 10:14:03 -07:00
2013-01-18 03:48:05 +04:00
2012-12-21 11:05:46 -08:00
2012-03-03 23:48:57 -08:00
2012-12-14 10:52:26 -08:00