Searched refs:totalRecords (Results 1 – 1 of 1) sorted by relevance
92 private final int totalRecords; field in Eocd148 totalRecords = Ints.checkedCast(totalRecords1); in Eocd()172 Eocd(int totalRecords, long directoryOffset, long directorySize, @Nonnull byte[] comment) { in Eocd() argument173 Preconditions.checkArgument(totalRecords >= 0, "totalRecords < 0"); in Eocd()177 this.totalRecords = totalRecords; in Eocd()190 return totalRecords; in getTotalRecords()259 F_RECORDS_DISK.write(out, totalRecords); in computeByteRepresentation()260 F_RECORDS_TOTAL.write(out, totalRecords); in computeByteRepresentation()