23 OF_ASSUME_NONNULL_BEGIN
38 @property (readonly, copy, nonatomic)
OFString *fileName;
43 @property (readonly, nonatomic)
unsigned long long compressedSize;
48 @property (readonly, nonatomic)
unsigned long long uncompressedSize;
54 @property (readonly, retain, nonatomic)
OFDate *modificationDate;
59 @property OF_NULLABLE_PROPERTY (readonly, copy, nonatomic)
65 @property OF_NULLABLE_PROPERTY (readonly, retain, nonatomic)
71 @property OF_NULLABLE_PROPERTY (readonly, retain, nonatomic)
77 @property OF_NULLABLE_PROPERTY (readonly, retain, nonatomic)
83 @property OF_NULLABLE_PROPERTY (readonly, retain, nonatomic)
89 @property OF_NULLABLE_PROPERTY (readonly, retain, nonatomic)
95 #import "OFMutableArchiveEntry.h" A class which represents an entry in an archive.
Definition: OFArchiveEntry.h:26
A class for storing, accessing and comparing dates.
Definition: OFDate.h:33
The root class for all other classes inside ObjFW.
Definition: OFObject.h:690
A class for handling strings.
Definition: OFString.h:142
Provides a way to store a number in an object.
Definition: OFNumber.h:46