tlrobinson / narwhal

[DEPRECATED] A JavaScript standard library, package manager, and more.
http://narwhaljs.org/
372 stars 16 forks source link

Binary Stream `forEach` #82

Closed kriskowal closed 11 years ago

kriskowal commented 14 years ago

Consider implementing forEach on Binary streams in terms of read(null) (for read up the the default buffer length and execute a block with the result).