Skip to content

Commit e1c1a4e

Browse files
committed
Merge branch 'master' of https://github.com/Col-E/LL-Java-Zip
2 parents 3707491 + 21236e2 commit e1c1a4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ If you're looking to see which implementation models different ways of reading Z
8888
| Java closest equivalent | LL-Java-Zip |
8989
|-------------------------|----------------------------------------------------|
9090
| `ZipFile` | `JvmZipReader` / `ZipIO.readJvm(...)` |
91-
| `ZipInputSstream` | `ForwardScanZipReader` / `ZipIO.readStandard(...)` |
91+
| `ZipInputStream` | `ForwardScanZipReader` / `ZipIO.readStandard(...)` |
9292
| N/A | `NaiveLocalFileZipReader` / `ZipIO.readNaive(...)` |
9393

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

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

0 commit comments

Comments
 (0)