This commit is contained in:
Stephane Nicoll
2020-08-06 15:50:51 +02:00
parent 8b3f8a6138
commit dac63fc3e5
108 changed files with 185 additions and 172 deletions

View File

@@ -165,7 +165,7 @@ class CentralDirectoryEndRecord {
private final long centralDirectoryLength;
private int numberOfRecords;
private final int numberOfRecords;
private Zip64End(RandomAccessData data, int centralDirectoryEndOffset) throws IOException {
this(data, new Zip64Locator(data, centralDirectoryEndOffset));