On Tue, Jun 24, 2008 at 5:06 PM, Mark Slee <[EMAIL PROTECTED]> wrote: > The general contract in all other language implementations is that > read() behaves like the syscall read() -- it is not guaranteed to return > any number of bytes. I think we should try to follow that paradigm in > all language implementations to keep things consistent: > > read = try to read some number of bytes > readAll = fail if you can't
Right, this is what we're going with. -- Kevin Clark http://glu.ttono.us
