No, all *writable* streams in core will, and the Writable base class will provide it.
On Wednesday, October 10, 2012, Mikeal Rogers wrote: > wait, what? *all* readable streams have a write() callback now? > > -Mikeal > > On Oct 10, 2012, at October 10, 20127:05 AM, Isaac Schlueter > <[email protected]<javascript:;>> > wrote: > > > Ok, fair enough. Writable stream write() callbacks landed on streams2 > branch. > > > > On Tue, Oct 9, 2012 at 6:52 PM, khs4473 <[email protected]<javascript:;>> > wrote: > >> Hmmm... > >> > >> I'd like very much to have a way to determine when zlib is done with a > >> buffer, but without using the callback it appears to be a black hole of > >> sorts for whatever I put in. > >> > >> I'm all for allocating like mad and using the GC to manage things, but I > >> would also like to have the option of micro-managing buffers if I > choose. > >> It's systems programming, right? : ) > >> > >> Kevin > >> > >> -- > >> Job Board: http://jobs.nodejs.org/ > >> Posting guidelines: > >> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > >> You received this message because you are subscribed to the Google > >> Groups "nodejs" group. > >> To post to this group, send email to [email protected]<javascript:;> > >> To unsubscribe from this group, send email to > >> [email protected] <javascript:;> > >> For more options, visit this group at > >> http://groups.google.com/group/nodejs?hl=en?hl=en > > > > -- > > Job Board: http://jobs.nodejs.org/ > > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > > You received this message because you are subscribed to the Google > > Groups "nodejs" group. > > To post to this group, send email to [email protected]<javascript:;> > > To unsubscribe from this group, send email to > > [email protected] <javascript:;> > > For more options, visit this group at > > http://groups.google.com/group/nodejs?hl=en?hl=en > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected]<javascript:;> > To unsubscribe from this group, send email to > [email protected] <javascript:;> > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
