ZipLocalFileHeaderRecord.isCrcMissing

struct ZipLocalFileHeaderRecord
final
bool
isCrcMissing
()

Return Value

Type: bool

true if the CRC and file sizes were not known when the object was written. In this case, the values are stored in a ZipLocalFileSizeRecord after the compressed data. There may or may not be a ZipLocalFileSizeSignature before the record.

Meta