20 #import "OFArchiveEntry.h"
22 OF_ASSUME_NONNULL_BEGIN
55 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
61 @property OF_NULLABLE_PROPERTY (readwrite,
retain, nonatomic)
67 @property OF_NULLABLE_PROPERTY (readwrite,
retain, nonatomic)
73 @property OF_NULLABLE_PROPERTY (readwrite,
retain, nonatomic)
79 @property OF_NULLABLE_PROPERTY (readwrite,
retain, nonatomic)
85 @property OF_NULLABLE_PROPERTY (readwrite,
retain, nonatomic)
91 #import "OFMutableArchiveEntry.h"
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
A class which represents an entry in an archive.
Definition: OFArchiveEntry.h:33
A class which represents a mutable entry in an archive.
Definition: OFMutableArchiveEntry.h:29
OFString * fileComment
The comment of the entry's file.
Definition: OFMutableArchiveEntry.h:56
OFString * ownerAccountName
The file owner's account name.
Definition: OFMutableArchiveEntry.h:80
unsigned long long uncompressedSize
The uncompressed size of the entry's file.
Definition: OFMutableArchiveEntry.h:44
OFString * fileName
The file name of the entry.
Definition: OFMutableArchiveEntry.h:34
OFString * groupOwnerAccountName
The file owner's group account name.
Definition: OFMutableArchiveEntry.h:86
OFDate * modificationDate
The modification date of the file.
Definition: OFMutableArchiveEntry.h:50
OFNumber * POSIXPermissions
The POSIX permissions of the file.
Definition: OFMutableArchiveEntry.h:62
OFNumber * ownerAccountID
The file owner's account ID.
Definition: OFMutableArchiveEntry.h:68
unsigned long long compressedSize
The compressed size of the entry's file.
Definition: OFMutableArchiveEntry.h:39
OFNumber * groupOwnerAccountID
The file owner's group account ID.
Definition: OFMutableArchiveEntry.h:74
instancetype retain()
Increases the retain count.