Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.