22 OF_ASSUME_NONNULL_BEGIN
34 @property (readwrite, copy, nonatomic)
OFString *fileName;
44 @property (readwrite, nonatomic)
unsigned long long compressedSize;
49 @property (readwrite, nonatomic)
unsigned long long uncompressedSize;
55 @property (readwrite, retain, nonatomic)
OFDate *modificationDate;
60 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
66 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
72 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
78 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
84 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
90 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
96 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
102 @property (readwrite, nonatomic)
unsigned long deviceMajor;
107 @property (readwrite, nonatomic)
unsigned long deviceMinor;
110 OF_ASSUME_NONNULL_END
112 #import "OFMutableArchiveEntry.h" A class which represents an entry in an archive.
A class for storing, accessing and comparing dates.
Definition: OFDate.h:33
OFArchiveEntryFileType
The file type of an archive entry.
Definition: OFArchiveEntry.h:36
A class which represents a mutable entry in an archive.
A class for handling strings.
Definition: OFString.h:142
Provides a way to store a number in an object.
Definition: OFNumber.h:46