Skip to content

Commit 90fa061

Browse files
committed
Update readme on CEN authority
1 parent 016aa43 commit 90fa061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ The JVM zip reader implementation is based off this piece.
1818
But that's not all it does. That's just what that one comment says. Some other fun quirks of the JVM zip parser:
1919

2020
- The end central directory entry is found by scanning from the end of the file, rather than from the beginning.
21-
- The central directory names are authoritative. Names defined by the local file headers are ignored.
22-
- The file data of local file headers is not size bound by the compressed size field. Instead, it includes any data until the next PK header.
21+
- The central directory values are authoritative. Names/values defined by the local file headers are ignored.
22+
- The file data of local file headers is not size bound by the file header's compressed size field. Instead, it uses the central directory header's declared size.
2323
- Class names are allowed to end in trailing `/` which most tools interpret as directories.

0 commit comments

Comments
 (0)