Searched refs:RECORD_SIGNATURE (Results 1 – 2 of 2) sorted by relevance
38 private static final int RECORD_SIGNATURE = 0x02014b50; field in CentralDirectoryRecord140 if (recordSignature != RECORD_SIGNATURE) { in getRecord()232 result.putInt(RECORD_SIGNATURE); in createWithDeflateCompressedData()
37 private static final int RECORD_SIGNATURE = 0x04034b50; field in LocalFileRecord170 if (recordSignature != RECORD_SIGNATURE) { in getRecord()348 result.putInt(RECORD_SIGNATURE); in outputRecordWithDeflateCompressedData()