You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Stefan Bodewig (JIRA)" <ji...@apache.org> on 2011/07/25 13:17:09 UTC

[jira] [Created] (COMPRESS-150) Add support for writing Zip64 entries in ZipArchiveOutputStream

Add support for writing Zip64 entries in ZipArchiveOutputStream
---------------------------------------------------------------

                 Key: COMPRESS-150
                 URL: https://issues.apache.org/jira/browse/COMPRESS-150
             Project: Commons Compress
          Issue Type: Sub-task
            Reporter: Stefan Bodewig
            Assignee: Stefan Bodewig


This should happen transparently if the entry's uncompressed or even compressed size exceeds 0xffffffff.

Write correct markers in LFH and CD, write eight byte length in DD (if present) when entry used zip64, write zip64 extra fields if needed, write zip64 CD records if any entry uses zip64 or any offset exceeds 0xffffffff.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (COMPRESS-150) Add support for writing Zip64 entries in ZipArchiveOutputStream

Posted by "Stefan Bodewig (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COMPRESS-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Bodewig resolved COMPRESS-150.
-------------------------------------

    Resolution: Fixed

The last missing piece has been svn revision 1155429

> Add support for writing Zip64 entries in ZipArchiveOutputStream
> ---------------------------------------------------------------
>
>                 Key: COMPRESS-150
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-150
>             Project: Commons Compress
>          Issue Type: Sub-task
>          Components: Archivers
>            Reporter: Stefan Bodewig
>            Assignee: Stefan Bodewig
>             Fix For: 1.3
>
>
> This should happen transparently if the entry's uncompressed or even compressed size exceeds 0xffffffff.
> Write correct markers in LFH and CD, write eight byte length in DD (if present) when entry used zip64, write zip64 extra fields if needed, write zip64 CD records if any entry uses zip64 or any offset exceeds 0xffffffff.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira