Searched refs:F_UNCOMPRESSED_SIZE (Results 1 – 2 of 2) sorted by relevance
133 private static final ZipField.F4 F_UNCOMPRESSED_SIZE = new ZipField.F4( field in StoredEntry140 F_UNCOMPRESSED_SIZE.endOffset(), "@File name length",460 F_UNCOMPRESSED_SIZE.skip(bytes); in readLocalHeader()464 F_UNCOMPRESSED_SIZE.verify(bytes, cdh.getUncompressedSize(), verifyLog); in readLocalHeader()725 F_UNCOMPRESSED_SIZE.write(out, cdh.getUncompressedSize()); in toHeaderData()
107 private static final ZipField.F4 F_UNCOMPRESSED_SIZE = new ZipField.F4( field in CentralDirectory116 F_UNCOMPRESSED_SIZE.endOffset(), "File name length",312 long uncompressedSize = F_UNCOMPRESSED_SIZE.read(bytes); in readEntry()469 F_UNCOMPRESSED_SIZE.write(out, cdhs[idx].getUncompressedSize()); in computeByteRepresentation()