File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,7 @@ But that's not all it does. That's just what that one comment says. Some other f
2525
2626## Additional features
2727
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
28+ - Reads ZIP files using ` MemorySegment ` backed mapped files.
3129- Highly configurable, offering 3 ZIP reading strategies out of the box _ (See ` ZipIO ` for convenience calls)_
3230 - Std / Forward scanning: Scans for ` EndOfCentralDirectory ` from the front of the file, like many other tools
3331 - Naive: Scans only for ` LocalFileHeader ` values from the front of the file, the fastest implementation, but obviously naive
You can’t perform that action at this time.
0 commit comments