23 OF_ASSUME_NONNULL_BEGIN
25 @class OFArray OF_GENERIC(ObjectType);
40 OFString *_fileName, *_Nullable _directoryName, *_compressionMethod;
41 unsigned long long _compressedSize, _uncompressedSize;
45 uint8_t _operatingSystemIdentifier;
47 OFNumber *_Nullable _POSIXPermissions, *_Nullable _ownerAccountID;
48 OFNumber *_Nullable _groupOwnerAccountID;
49 OFString *_Nullable _ownerAccountName;
50 OFString *_Nullable _groupOwnerAccountName;
52 OFNumber *_Nullable _MSDOSAttributes;
60 @property (readonly, copy, nonatomic)
OFString *compressionMethod;
65 @property (readonly, nonatomic) uint8_t headerLevel;
70 @property (readonly, nonatomic) uint16_t CRC16;
75 @property (readonly, nonatomic) uint8_t operatingSystemIdentifier;
83 @property OF_NULLABLE_PROPERTY (readonly, retain, nonatomic)
89 @property OF_NULLABLE_PROPERTY (readonly, copy, nonatomic)
95 @property (readonly, copy, nonatomic)
OFArray OF_GENERIC(
OFData *) *extensions;
97 - (instancetype)init OF_UNAVAILABLE;
100 OF_ASSUME_NONNULL_END
102 #import "OFMutableLHAArchiveEntry.h" An abstract class for storing objects in an array.
Definition: OFArray.h:108
A class which represents an entry in an archive.
A class for storing, accessing and comparing dates.
Definition: OFDate.h:33
The root class for all other classes inside ObjFW.
Definition: OFObject.h:954
An abstract class for storing, adding and removing objects in an array.
Definition: OFMutableArray.h:49
A class for handling strings.
Definition: OFString.h:142
A class which represents an entry in an LHA archive.
Definition: OFLHAArchiveEntry.h:37
Provides a way to store a number in an object.
Definition: OFNumber.h:46
A protocol for the creation of mutable copies.
Definition: OFObject.h:1639
A protocol for the creation of copies.
Definition: OFObject.h:1618
A class for storing arbitrary data in an array.
Definition: OFData.h:45