[
https://issues.apache.org/jira/browse/SANDBOX-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Torsten Curdt resolved SANDBOX-194.
-----------------------------------
Resolution: Fixed
Assignee: Torsten Curdt
got a seperate finish() method now. In order to not close the stream you should
wrap the stream in a delegating NonClosingOutputStream and you are good to go.
> Create a finish() method similar to the
> java.util.zip.GZIPOutputStream#finish()
> -------------------------------------------------------------------------------
>
> Key: SANDBOX-194
> URL: https://issues.apache.org/jira/browse/SANDBOX-194
> Project: Commons Sandbox
> Issue Type: New Feature
> Components: Compress
> Reporter: Stefan Liebig
> Assignee: Torsten Curdt
> Priority: Minor
>
> In order to write mixed (compressed/not comressed) data into an output stream
> it would be helpful if the CBZip2OutputStream would implement a finish()
> method, which is almost the same as the close() method but does not close the
> underlying output stream, so that writing to this stream can be continued.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.