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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,12 @@ But that's not all it does. That's just what that one comment says. Some other f
23
23
- 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.
24
24
- Class names are allowed to end in trailing `/` which most tools interpret as directories.
25
25
26
+
## Additional features
27
+
28
+
- Reads ZIP files using Unsafe backed mapped files.
29
+
- Using `FileChannel.map` yields `MappedByteBuffer` which uses `int` values, limiting files up to about 2GB
30
+
- Our `UnsafeMappedFile` implementation uses `long` which far exceeds the GB file size range
0 commit comments