22OF_ASSUME_NONNULL_BEGIN
29@protocol OFMutableArchiveEntry <OFArchiveEntry>
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;
112#import "OFMutableArchiveEntry.h"
OFArchiveEntryFileType
The file type of an archive entry.
Definition OFArchiveEntry.h:36
A class for storing, accessing and comparing dates.
Definition OFDate.h:34
Provides a way to store a number in an object.
Definition OFNumber.h:47
A class for handling strings.
Definition OFString.h:143