ObjFW  Diff

Differences From Artifact [2c15cacfc2]:

To Artifact [51e6a92030]:


88
89
90
91
92
93
94
95

96
97
98
99
100

101
102
103
104
105
106
107
88
89
90
91
92
93
94

95
96
97
98
99

100
101
102
103
104
105
106
107







-
+




-
+







 */
@property (readwrite, nonatomic)
    OFZIPArchiveEntryCompressionMethod compressionMethod;

/**
 * @brief The compressed size of the entry's file.
 */
@property (readwrite, nonatomic) uint64_t compressedSize;
@property (readwrite, nonatomic) unsigned long long compressedSize;

/**
 * @brief The uncompressed size of the entry's file.
 */
@property (readwrite, nonatomic) uint64_t uncompressedSize;
@property (readwrite, nonatomic) unsigned long long uncompressedSize;

/**
 * @brief The CRC32 checksum of the entry's file.
 */
@property (readwrite, nonatomic) uint32_t CRC32;

/**