Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ If you're looking to see which implementation models different ways of reading Z
| Java closest equivalent | LL-Java-Zip |
|-------------------------|----------------------------------------------------|
| `ZipFile` | `JvmZipReader` / `ZipIO.readJvm(...)` |
| `ZipInputSstream` | `ForwardScanZipReader` / `ZipIO.readStandard(...)` |
| `ZipInputStream` | `ForwardScanZipReader` / `ZipIO.readStandard(...)` |
| N/A | `NaiveLocalFileZipReader` / `ZipIO.readNaive(...)` |

There is also a `ZipFile` delegating reader `AdaptingZipReader` but it should primarily be used only for debugging purposes.
Expand All @@ -98,4 +98,4 @@ There is also a `ZipFile` delegating reader `AdaptingZipReader` but it should pr
Due to some `sun.misc.Unsafe` hacks _(For faster deflate performance)_, you will get compiler warnings when first opening the project in IntelliJ.
You can resolve this by changing the compiler target:

![intellij compiler settings](docs/compiler-settings.png)
![intellij compiler settings](docs/compiler-settings.png)