< prev index next >

src/java.base/share/native/libzip/zip_util.h

Print this page

        

@@ -158,10 +158,11 @@
  * - entry name may include embedded null character, use nlen for length
  */
 
 typedef struct jzentry {  /* Zip file entry */
     char *name;           /* entry name */
+    jint  method;         /* compression method */
     jlong time;           /* modification time */
     jlong size;           /* size of uncompressed data */
     jlong csize;          /* size of compressed data (zero if uncompressed) */
     jint crc;             /* crc of uncompressed data */
     char *comment;        /* optional zip file comment */
< prev index next >