ObjFW  Diff

Differences From Artifact [279399b274]:

To Artifact [a4f0074e93]:


362
363
364
365
366
367
368
369

370
371
372
373
374

375
376
377
378
379
380
381
362
363
364
365
366
367
368

369
370
371
372
373

374
375
376
377
378
379
380
381







-
+




-
+







}

- (OFZIPArchiveEntryCompressionMethod)compressionMethod
{
	return _compressionMethod;
}

- (uint64_t)compressedSize
- (unsigned long long)compressedSize
{
	return _compressedSize;
}

- (uint64_t)uncompressedSize
- (unsigned long long)uncompressedSize
{
	return _uncompressedSize;
}

- (uint32_t)CRC32
{
	return _CRC32;