Searched refs:UNCOMPRESSED_SIZE_OFFSET (Results 1 – 1 of 1) sorted by relevance
43 private static final int UNCOMPRESSED_SIZE_OFFSET = 22; field in LocalFileRecord203 long uncompressedSize = ZipUtils.getUnsignedInt32(header, UNCOMPRESSED_SIZE_OFFSET); in getRecord()