Re: [io][patch] skip() support for CountingInputStream

2005-04-05 Thread Rob Oxspring
Ok, Am logging it in bugzilla but will commit shortly. Rob Henri Yandell wrote: Whoops :) Definitely a bug, I'd not even bother to add yourself to the committer list if you didn't want to just commit away. Nice to add to bugzilla though and go through the motions so it can more easily appear in a r

Re: [io][patch] skip() support for CountingInputStream

2005-04-05 Thread Henri Yandell
Whoops :) Definitely a bug, I'd not even bother to add yourself to the committer list if you didn't want to just commit away. Nice to add to bugzilla though and go through the motions so it can more easily appear in a release-notes. Especially if we're using the changes.xml bit. Hen On Apr 5, 20

Re: [io][patch] skip() support for CountingInputStream

2005-04-05 Thread matthew.hawthorne
Rob Oxspring wrote: > I recently replaced the use of my own CountingInputStream with the > commons-io and got burnt because io's CountingInputStream doesn't count > skipped bytes. I have a patch with fix and patch if people are > interested... or I could just commit it... > > Thoughts? I am not

[io][patch] skip() support for CountingInputStream

2005-04-04 Thread Rob Oxspring
Hi, I recently replaced the use of my own CountingInputStream with the commons-io and got burnt because io's CountingInputStream doesn't count skipped bytes. I have a patch with fix and patch if people are interested... or I could just commit it... Thoughts? Rob Index: src/test/org/apache/com