commit | 76a477ed7e878fb1193de51ce7caec46b2d1f515 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Sep 30 15:25:29 2009 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Sep 30 15:39:31 2009 -0700 |
tree | 918b46b8b8f2464c1fd82f0e0affaaab53660e6c | |
parent | 104c282aada8d4eeb049e9768112059151fe6bcb [diff] |
Simplify FileInputStream.skip to match the RI. The RI throws IOException on any non-seekable stream, including stdin. This patch removes harmony's special-case hack for stdin, and the native cruft that wasn't even necessary if you did want a special hack for stdin. Bug: 1542253