ObjFW
|
Go to the source code of this file.
Classes | |
class | OFTarArchiveEntry |
A class which represents an entry of a tar archive. More... | |
Enumerations | |
enum | OFTarArchiveEntryType { OFTarArchiveEntryTypeFile = '0' , OFTarArchiveEntryTypeLink = '1' , OFTarArchiveEntryTypeSymlink = '2' , OFTarArchiveEntryTypeCharacterDevice = '3' , OFTarArchiveEntryTypeBlockDevice = '4' , OFTarArchiveEntryTypeDirectory = '5' , OFTarArchiveEntryTypeFIFO = '6' , OFTarArchiveEntryTypeContiguousFile = '7' } |
The type of the archive entry. More... | |
The type of the archive entry.