Searched defs:uncompressedSize (Results 1 – 5 of 5) sorted by relevance
65 long uncompressedSize, in CentralDirectoryRecord()152 long uncompressedSize = ZipUtils.getUnsignedInt32(buf); in getRecord() local224 long uncompressedSize, in createWithDeflateCompressedData()
203 long uncompressedSize = ZipUtils.getUnsignedInt32(header, UNCOMPRESSED_SIZE_OFFSET); in getRecord() local342 long uncompressedSize, in outputRecordWithDeflateCompressedData()
58 private long uncompressedSize; field in CentralDirectoryHeader140 long uncompressedSize, in CentralDirectoryHeader()
312 long uncompressedSize = F_UNCOMPRESSED_SIZE.read(bytes); in readEntry() local
88 public void setUncompressedSize(long uncompressedSize) { in setUncompressedSize()