You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/10/07 16:56:55 UTC

[GitHub] [commons-io] digiovinazzo commented on pull request #391: IO-782 sequence reader should close readers when its close method is called

digiovinazzo commented on PR #391:
URL: https://github.com/apache/commons-io/pull/391#issuecomment-1271830031

   I checked for example `BufferedReader` and it does close the `Reader` passed in the constructor. 
   Moreover even the old `java.io.SequenceInputStream` closes its `InputStream`s.


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org