Searched refs:zipSections (Results 1 – 1 of 1) sorted by relevance
1300 ZipSections zipSections = findMainZipSections(DataSources.asDataSource( in main() local1303 ByteBuffer eocd = ByteBuffer.allocate(zipSections.eocd.remaining()); in main()1304 eocd.put(zipSections.eocd); in main()1316 zipSections.beforeCentralDir, in main()1317 DataSources.asDataSource(zipSections.centralDir), in main()1334 zipSections.beforeCentralDir.size() + padding + in main()1340 zipSections.centralDir, in main()1351 long fileSize = zipSections.beforeCentralDirSize; in main()1375 outputFile.getChannel().truncate(zipSections.beforeCentralDirSize); in main()