mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8203328: Rename EFS in java.util.zip internals to something meaningful
Reviewed-by: sherman
This commit is contained in:
parent
e1bffce5a3
commit
42f7e3f69e
13 changed files with 41 additions and 41 deletions
|
@ -97,6 +97,7 @@ class ZipOutputStream extends DeflaterOutputStream implements ZipConstants {
|
|||
throw new IOException("Stream closed");
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Compression method for uncompressed (STORED) entries.
|
||||
*/
|
||||
|
@ -232,7 +233,7 @@ class ZipOutputStream extends DeflaterOutputStream implements ZipConstants {
|
|||
throw new ZipException("duplicate entry: " + e.name);
|
||||
}
|
||||
if (zc.isUTF8())
|
||||
e.flag |= EFS;
|
||||
e.flag |= USE_UTF8;
|
||||
current = new XEntry(e, written);
|
||||
xentries.add(current);
|
||||
writeLOC(current);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue