OFTarArchiveEntryType
The type of the archive entry.
Definition OFTarArchiveEntry.h:33
A class which represents a mutable entry of a tar archive.
Definition OFMutableTarArchiveEntry.h:31
unsigned long deviceMinor
The device major (if the file is a device).
Definition OFMutableTarArchiveEntry.h:56
OFString * targetFileName
The file name of the target (for a hard link or symbolic link).
Definition OFMutableTarArchiveEntry.h:46
unsigned long deviceMajor
The device major (if the file is a device).
Definition OFMutableTarArchiveEntry.h:51
void makeImmutable()
Converts the OFMutableTarArchiveEntry to an immutable OFTarArchiveEntry.
Definition OFMutableTarArchiveEntry.m:148
A class which represents an entry of a tar archive.
Definition OFTarArchiveEntry.h:60
A class which represents a mutable entry in an archive.
Definition OFMutableArchiveEntry.h:29