Closed kriskowal closed 14 years ago
This will permit byte streaming in Jack, improving performance for large files, and making it possible to stream files larger than the Jack app's active memory.
I'm pretty sure we've done this.
Closing
This is only implemented on TextInputStream, not normal input streams. Shall we open a new issue for that? I don't think we can reopen closed issues.
Drat. I'll take care of it.
Consider implementing
forEach
on Binary streams in terms ofread(null)
(for read up the the default buffer length and execute a block with the result).