Searched refs:EFS (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants64.java77 * Language encoding flag EFS
79 static final int EFS = 0x800; // If this bit is set the filename and field in class:ZipConstants64
H A DZipFile.java348 if (!zc.isUTF8() && (entry.flag & EFS) != 0) {
528 if (!zc.isUTF8() && (e.flag & EFS) != 0) {
544 if (!zc.isUTF8() && (e.flag & EFS) != 0) {
H A DZipInputStream.java284 // get flag first, we need check EFS.
296 // Force to use UTF-8 if the EFS bit is ON, even the cs is NOT UTF-8
297 ZipEntry e = createZipEntry(((flag & EFS) != 0)
H A DZipOutputStream.java218 e.flag |= EFS;

Completed in 816 milliseconds