16 #import "OFArchiveEntry.h"
18 OF_ASSUME_NONNULL_BEGIN
51 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
57 @property OF_NULLABLE_PROPERTY (readwrite,
retain, nonatomic)
63 @property OF_NULLABLE_PROPERTY (readwrite,
retain, nonatomic)
69 @property OF_NULLABLE_PROPERTY (readwrite,
retain, nonatomic)
75 @property OF_NULLABLE_PROPERTY (readwrite,
retain, nonatomic)
81 @property OF_NULLABLE_PROPERTY (readwrite,
retain, nonatomic)
87 #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
A class for handling strings.
Definition: OFString.h:135
A class which represents an entry in an archive.
Definition: OFArchiveEntry.h:29
A class which represents a mutable entry in an archive.
Definition: OFMutableArchiveEntry.h:25
OFString * fileComment
The comment of the entry's file.
Definition: OFMutableArchiveEntry.h:52
OFString * ownerAccountName
The file owner's account name.
Definition: OFMutableArchiveEntry.h:76
unsigned long long uncompressedSize
The uncompressed size of the entry's file.
Definition: OFMutableArchiveEntry.h:40
OFString * fileName
The file name of the entry.
Definition: OFMutableArchiveEntry.h:30
OFString * groupOwnerAccountName
The file owner's group account name.
Definition: OFMutableArchiveEntry.h:82
OFDate * modificationDate
The modification date of the file.
Definition: OFMutableArchiveEntry.h:46
OFNumber * POSIXPermissions
The POSIX permissions of the file.
Definition: OFMutableArchiveEntry.h:58
OFNumber * ownerAccountID
The file owner's account ID.
Definition: OFMutableArchiveEntry.h:64
unsigned long long compressedSize
The compressed size of the entry's file.
Definition: OFMutableArchiveEntry.h:35
OFNumber * groupOwnerAccountID
The file owner's group account ID.
Definition: OFMutableArchiveEntry.h:70
instancetype retain()
Increases the retain count.