GZIPOutputStream.flush unsupported
----------------------------------
Key: HARMONY-6383
URL: https://issues.apache.org/jira/browse/HARMONY-6383
Project: Harmony
Issue Type: Bug
Components: Classlib
Environment: SVN Revision: 883501
Reporter: Jesse Wilson
Assignee: Jesse Wilson
Priority: Minor
Attachments: GzipOutputStream_flush.patch
GZIPOutputStream.flush() doesn't flush.
Note that the same is true for ZipOutputStream and DeflaterOutputStream, but the API precludes
us from getting those to work normally. The underlying problem is that some ZIP readers such
as WinZip crash when reading ZIP files encoded with Z_SYNC_FLUSH blocks.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|