File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
9494There 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
9898Due to some ` sun.misc.Unsafe ` hacks _ (For faster deflate performance)_ , you will get compiler warnings when first opening the project in IntelliJ.
9999You 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 )
You can’t perform that action at this time.
0 commit comments