commit | 7f331f3efb8c9c9879bf6b5154eaf2fdc849ab9b | [log] [tgz] |
---|---|---|
author | Jesse Wilson <jessewilson@google.com> | Wed Sep 16 18:21:02 2009 -0700 |
committer | Jesse Wilson <jessewilson@google.com> | Fri Sep 18 11:40:05 2009 -0700 |
tree | 370e75492fd37e8ea47e5ea7c3a8e3d816430eea | |
parent | eea407c0e9b0a92aa80891e94125a82fac6aa514 [diff] |
Fixing available() and close() for archive streams. This builds on work originally submitted to Harmony: http://issues.apache.org/jira/browse/HARMONY-6210 The approach is to change available() to eagerly set eof to true, rather than waiting for a read to fail.