19 OF_ASSUME_NONNULL_BEGIN
34 @property (readonly, copy, nonatomic)
OFString *fileName;
39 @property (readonly, nonatomic)
unsigned long long compressedSize;
44 @property (readonly, nonatomic)
unsigned long long uncompressedSize;
50 @property (readonly, retain, nonatomic)
OFDate *modificationDate;
55 @property OF_NULLABLE_PROPERTY (readonly, copy, nonatomic)
61 @property OF_NULLABLE_PROPERTY (readonly, retain, nonatomic)
67 @property OF_NULLABLE_PROPERTY (readonly, retain, nonatomic)
73 @property OF_NULLABLE_PROPERTY (readonly, retain, nonatomic)
79 @property OF_NULLABLE_PROPERTY (readonly, retain, nonatomic)
85 @property OF_NULLABLE_PROPERTY (readonly, retain, nonatomic)
91 #import "OFMutableArchiveEntry.h" A class which represents an entry in an archive.
Definition: OFArchiveEntry.h:22
A class for storing, accessing and comparing dates.
Definition: OFDate.h:29
The root class for all other classes inside ObjFW.
Definition: OFObject.h:686
A class for handling strings.
Definition: OFString.h:134
Provides a way to store a number in an object.
Definition: OFNumber.h:42