[
https://issues.apache.org/jira/browse/COMPRESS-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved COMPRESS-127.
---------------------------
Resolution: Fixed
Fix Version/s: 1.2
Fixed by adding close() method to GZipCompressorInputStream
> Calling close() on inputStream returned by
> CompressorStreamFactory.createCompressorInputStream() does not close the
> underlying input stream
> -------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: COMPRESS-127
> URL: https://issues.apache.org/jira/browse/COMPRESS-127
> Project: Commons Compress
> Issue Type: Bug
> Components: Compressors
> Reporter: Doron Cohen
> Fix For: 1.2
>
> Attachments: CreateCompressorInputStreamTest.java
>
>
> When creating and closing a stream like this:
> {code}
> InputStream is =
> csFactory.createCompressorInputStream(CompressorStreamFactory.GZIP, in);
> is.close();
> {code}
> The underlying stream *in* is not closed.
> It seems like a bug - for instance it prevents from deleting the file on
> which that stream was opened.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira