16 #import "OFLHAArchiveEntry.h"
18 OF_ASSUME_NONNULL_BEGIN
34 @property (readwrite, copy, nonatomic)
OFString *fileName;
39 @property (readwrite, copy, nonatomic)
OFString *compressionMethod;
44 @property (readwrite, nonatomic) uint32_t compressedSize;
49 @property (readwrite, nonatomic) uint32_t uncompressedSize;
54 @property (readwrite, retain, nonatomic)
OFDate *date;
59 @property (readwrite, nonatomic) uint8_t headerLevel;
64 @property (readwrite, nonatomic) uint16_t CRC16;
69 @property (readwrite, nonatomic) uint8_t operatingSystemIdentifier;
74 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
80 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
OFNumber *mode;
85 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
OFNumber *UID;
90 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
OFNumber *GID;
95 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
OFString *owner;
100 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
OFString *group;
105 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
111 @property (readwrite, copy, nonatomic)
OFArray OF_GENERIC(
OFData *) *extensions;
117 - (
void)makeImmutable;
120 OF_ASSUME_NONNULL_END
An abstract class for storing objects in an array.
Definition: OFArray.h:92
A class for storing arbitrary data in an array.
Definition: OFData.h:40
A class for storing, accessing and comparing dates.
Definition: OFDate.h:36
A class which represents an entry in an LHA archive.
Definition: OFLHAArchiveEntry.h:34
A class which represents a mutable entry in an LHA archive.
Definition: OFMutableLHAArchiveEntry.h:27
Provides a way to store a number in an object.
Definition: OFNumber.h:49
A class for handling strings.
Definition: OFString.h:132