PeterAlfreadLee commented on issue #84: COMPRESS-477 Add support for extracting 
splitted zip files
URL: https://github.com/apache/commons-compress/pull/84#issuecomment-545918376
 
 
   I‘m not sure if I need to add the zip split support for 
`ZipArchiveInputStream`.
   
   It seems the `ZipArchiveInputStream` just ignored the Central Directory 
Header and the End Of Central Directory Record. It just read the Local File 
Header and extract file by file.
   
   Support for zip split of `ZipArchiveInputStream` seems pretty easy : just 
create an input stream that combine all zip split segments and ignore the first 
4 bytes of Zip Split Signature.
   
   Please let me know if I need to add the support for splitted zip of 
`ZipArchiveInputStream`

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to