garydgregory commented on pull request #119:
URL: https://github.com/apache/commons-io/pull/119#issuecomment-642752890


   > @garydgregory If you look at `java.io.InputStream` source code - the 
default is to throw an exception when reset is called if mark is unsupported... 
so I am just following the defacto Java standard.
   
   Yes, but `InputStream` is an abstract class, so there are no instances of it 
flying around. Why should this class blow up that call instead of passing it 
on? Or, does it make sense to have this class shield _both_ `mark()` _and_ 
`reset()`?
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to