ObjFW
Classes | Typedefs | Enumerations
OFTarArchiveEntry.h File Reference
#import "OFObject.h"
#import "OFMutableTarArchiveEntry.h"
Include dependency graph for OFTarArchiveEntry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OFTarArchiveEntry
 A class which represents an entry of a tar archive. More...
 

Typedefs

typedef enum of_tar_archive_entry_type_t of_tar_archive_entry_type_t
 The type of the archive entry.
 

Enumerations

enum  of_tar_archive_entry_type_t {
  OF_TAR_ARCHIVE_ENTRY_TYPE_FILE = '0' , OF_TAR_ARCHIVE_ENTRY_TYPE_LINK = '1' , OF_TAR_ARCHIVE_ENTRY_TYPE_SYMLINK = '2' , OF_TAR_ARCHIVE_ENTRY_TYPE_CHARACTER_DEVICE = '3' ,
  OF_TAR_ARCHIVE_ENTRY_TYPE_BLOCK_DEVICE = '4' , OF_TAR_ARCHIVE_ENTRY_TYPE_DIRECTORY = '5' , OF_TAR_ARCHIVE_ENTRY_TYPE_FIFO = '6' , OF_TAR_ARCHIVE_ENTRY_TYPE_CONTIGUOUS_FILE = '7'
}
 The type of the archive entry. More...
 

Enumeration Type Documentation

◆ of_tar_archive_entry_type_t

The type of the archive entry.

Enumerator
OF_TAR_ARCHIVE_ENTRY_TYPE_FILE 

Normal file

OF_TAR_ARCHIVE_ENTRY_TYPE_LINK 

Hard link

OF_TAR_ARCHIVE_ENTRY_TYPE_SYMLINK 

Symbolic link

OF_TAR_ARCHIVE_ENTRY_TYPE_CHARACTER_DEVICE 

Character device

OF_TAR_ARCHIVE_ENTRY_TYPE_BLOCK_DEVICE 

Block device

OF_TAR_ARCHIVE_ENTRY_TYPE_DIRECTORY 

Directory

OF_TAR_ARCHIVE_ENTRY_TYPE_FIFO 

FIFO

OF_TAR_ARCHIVE_ENTRY_TYPE_CONTIGUOUS_FILE 

Contiguous file