PeterAlfreadLee commented on a change in pull request #84: COMPRESS-477 Add 
support for extracting splitted zip files
URL: https://github.com/apache/commons-compress/pull/84#discussion_r354095888
 
 

 ##########
 File path: src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java
 ##########
 @@ -143,6 +144,11 @@
      */
     private volatile boolean closed = true;
 
+    /**
+     * Whether the zip archive is a splite zip archive
+     */
+    private boolean isSplitZipArchive = false;
 
 Review comment:
   Agree.

----------------------------------------------------------------
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


With regards,
Apache Git Services

Reply via email to