Searched refs:Eocd (Results 1 – 3 of 3) sorted by relevance
32 class Eocd { class124 Eocd(@Nonnull ByteBuffer bytes) throws IOException { in Eocd() method in Eocd172 Eocd(int totalRecords, long directoryOffset, long directorySize, @Nonnull byte[] comment) { in Eocd() method in Eocd
278 private FileUseMapEntry<Eocd> eocdEntry;734 Eocd eocd = null; in readEocd()758 eocd = new Eocd(eocdBytes); in readEocd()826 Eocd eocd = eocdEntry.getStore(); in readCentralDirectory()1309 Eocd eocd = eocdEntry.getStore(); in deleteDirectoryAndEocd()1487 Eocd eocd = new Eocd(entries.size(), dirStart, dirSize, eocdComment); in computeEocd()1510 Eocd eocd = eocdEntry.getStore(); in appendEocd()1530 Eocd eocd = eocdEntry.getStore(); in getEocdBytes()2581 Eocd eocd = eocdEntry.getStore(); in getEocdComment()2616 new Eocd(bytes); in setEocdComment()
734 int p1Size = Eocd.F_CD_SIZE.endOffset(); in extraDirectoryOffsetEmptyFile()735 int p2Start = Eocd.F_CD_OFFSET.endOffset(); in extraDirectoryOffsetEmptyFile()806 int p2Size = cdSize + Eocd.F_CD_SIZE.endOffset(); in extraDirectoryOffsetNonEmptyFile()807 int p3Start = p2Start + cdSize + Eocd.F_CD_OFFSET.endOffset(); in extraDirectoryOffsetNonEmptyFile()808 int p3Size = ZFileTestConstants.EOCD_SIZE - Eocd.F_CD_OFFSET.endOffset(); in extraDirectoryOffsetNonEmptyFile()