Searched refs:COMPRESSED_SIZE_OFFSET (Results 1 – 1 of 1) sorted by relevance
42 private static final int COMPRESSED_SIZE_OFFSET = 18; field in LocalFileRecord196 long compressedSize = ZipUtils.getUnsignedInt32(header, COMPRESSED_SIZE_OFFSET); in getRecord()