19OF_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 for storing, accessing and comparing dates.
Definition OFDate.h:30
Provides a way to store a number in an object.
Definition OFNumber.h:43
The root class for all other classes inside ObjFW.
Definition OFObject.h:688
A class for handling strings.
Definition OFString.h:135