ObjFW
Classes | Enumerations
OFTarArchiveEntry.h File Reference
#import "OFObject.h"
#import "OFArchiveEntry.h"
#import "OFMutableTarArchiveEntry.h"

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...
 

Enumeration Type Documentation

◆ OFTarArchiveEntryType

The type of the archive entry.

Enumerator
OFTarArchiveEntryTypeFile 

Normal file

OFTarArchiveEntryTypeLink 

Hard link

OFTarArchiveEntryTypeSymlink 

Symbolic link

OFTarArchiveEntryTypeCharacterDevice 

Character device

OFTarArchiveEntryTypeBlockDevice 

Block device

OFTarArchiveEntryTypeDirectory 

Directory

OFTarArchiveEntryTypeFIFO 

FIFO

OFTarArchiveEntryTypeContiguousFile 

Contiguous file