commit | 0146d778677790cf6aee98fbb8a5e7d24eb023a4 | [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 | 374803571f08f8618adaa32837be20a84b27936c | |
parent | 05a9556c5b6222d7ac8999194f031b0a6aca7bcc [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.