PeterAlfredLee opened a new pull request #169:
URL: https://github.com/apache/commons-compress/pull/169


   Add a new AlwaysWithComestibles in Zip64Mode, this is a compromise for some 
libraries including 7z and Expand-Archive Powershell utility(and likely Excel).
   
   With `Zip64Mode.AlwaysWithComestibles`, the following fields in Central File 
Header will be set as needed:
   1. disk number offset in split zip
   2. relative offset of LFH
   3. relative header offset in zip64 extra
   4. disk number start in zip64 extra
   
   These changes are consistent with commit `2b7281`.
   
   It would be good if the generated file in test could tested by 
Expand-Archive or 7z, but I didn't find a way to detect them in Java.
   
   It's welcome for suggestions about the name 
`Zip64Mode.AlwaysWithComestibles`  :)
   
   See 
[COMPRESS-565](https://issues.apache.org/jira/projects/COMPRESS/issues/COMPRESS-565?filter=allissues&orderby=created+DESC%2C+priority+DESC%2C+updated+DESC)
 for more detailed information.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to