Incorrect ProxyInputStream.skip() javadoc
-----------------------------------------
Key: IO-212
URL: https://issues.apache.org/jira/browse/IO-212
Project: Commons IO
Issue Type: Bug
Components: Streams/Writers
Affects Versions: 1.4
Reporter: Jukka Zitting
Assignee: Jukka Zitting
Priority: Trivial
Fix For: 2.0
The ProxyInputStream.skip() method documents the return value as "the number of
bytes to skipped or -1 if the end of stream" when the underlying
InputStream.skip() method returns "the actual number of bytes skipped", i.e.
never -1.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.