jdk/src/share/classes/java/util/zip/ZipConstants64.java
changeset 2592 ef26f663a2ba
parent 2438 21c111b51aa8
child 5506 202f599c92aa
--- a/jdk/src/share/classes/java/util/zip/ZipConstants64.java	Thu Apr 16 11:16:40 2009 +0800
+++ b/jdk/src/share/classes/java/util/zip/ZipConstants64.java	Thu Apr 16 21:00:42 2009 -0700
@@ -73,5 +73,12 @@
     static final int  ZIP64_EXTSIZ = 8;       // compressed size, 8-byte
     static final int  ZIP64_EXTLEN = 16;      // uncompressed size, 8-byte
 
+    /*
+     * Language encoding flag EFS
+     */
+    static final int EFS = 0x800;       // If this bit is set the filename and
+                                        // comment fields for this file must be
+                                        // encoded using UTF-8.
+
     private ZipConstants64() {}
 }