You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,6 @@ The JVM zip reader implementation is based off this piece.
18
18
But that's not all it does. That's just what that one comment says. Some other fun quirks of the JVM zip parser:
19
19
20
20
- 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.
23
23
- Class names are allowed to end in trailing `/` which most tools interpret as directories.
0 commit comments