ObjFW
Classes | Typedefs | Variables
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...
 

Typedefs

typedef OFArchiveEntryFileType OFTarArchiveEntryType
 The type of the archive entry. More...
 

Variables

static const OFTarArchiveEntryType OFTarArchiveEntryTypeFile
 Normal file. More...
 
static const OFTarArchiveEntryType OFTarArchiveEntryTypeLink
 Hard link. More...
 
static const OFTarArchiveEntryType OFTarArchiveEntryTypeSymlink
 Symbolic link. More...
 
static const OFTarArchiveEntryType OFTarArchiveEntryTypeCharacterDevice
 Character device. More...
 
static const OFTarArchiveEntryType OFTarArchiveEntryTypeBlockDevice
 Block device. More...
 
static const OFTarArchiveEntryType OFTarArchiveEntryTypeDirectory
 Directory. More...
 
static const OFTarArchiveEntryType OFTarArchiveEntryTypeFIFO
 FIFO. More...
 
static const OFTarArchiveEntryType OFTarArchiveEntryTypeContiguousFile
 Contiguous file. More...
 

Typedef Documentation

◆ OFTarArchiveEntryType

The type of the archive entry.

Deprecated:
Use OFArchiveEntryFileType instead.

Variable Documentation

◆ OFTarArchiveEntryTypeBlockDevice

const OFTarArchiveEntryType OFTarArchiveEntryTypeBlockDevice
static
Initial value:
=
OFArchiveEntryFileType OFTarArchiveEntryType
The type of the archive entry.
Definition: OFTarArchiveEntry.h:30

Block device.

Deprecated:
Use OFArchiveEntryFileTypeBlockDevice instead.

◆ OFTarArchiveEntryTypeCharacterDevice

const OFTarArchiveEntryType OFTarArchiveEntryTypeCharacterDevice
static
Initial value:
=
OFArchiveEntryFileType OFTarArchiveEntryType
The type of the archive entry.
Definition: OFTarArchiveEntry.h:30

Character device.

Deprecated:
Use OFArchiveEntryFileTypeCharacterDevice instead.

◆ OFTarArchiveEntryTypeContiguousFile

const OFTarArchiveEntryType OFTarArchiveEntryTypeContiguousFile
static
Initial value:
=
OFArchiveEntryFileType OFTarArchiveEntryType
The type of the archive entry.
Definition: OFTarArchiveEntry.h:30

Contiguous file.

Deprecated:
Use OFArchiveEntryFileTypeContiguousFile instead.

◆ OFTarArchiveEntryTypeDirectory

const OFTarArchiveEntryType OFTarArchiveEntryTypeDirectory
static
Initial value:
=
OFArchiveEntryFileType OFTarArchiveEntryType
The type of the archive entry.
Definition: OFTarArchiveEntry.h:30

Directory.

Deprecated:
Use OFArchiveEntryFileTypeDirectory instead.

◆ OFTarArchiveEntryTypeFIFO

const OFTarArchiveEntryType OFTarArchiveEntryTypeFIFO
static
Initial value:
=
OFArchiveEntryFileType OFTarArchiveEntryType
The type of the archive entry.
Definition: OFTarArchiveEntry.h:30

FIFO.

Deprecated:
Use OFArchiveEntryFileTypeFIFO instead.

◆ OFTarArchiveEntryTypeFile

const OFTarArchiveEntryType OFTarArchiveEntryTypeFile
static
Initial value:
=
OFArchiveEntryFileType OFTarArchiveEntryType
The type of the archive entry.
Definition: OFTarArchiveEntry.h:30

Normal file.

Deprecated:
Use OFArchiveEntryFileTypeRegular instead.

◆ OFTarArchiveEntryTypeLink

const OFTarArchiveEntryType OFTarArchiveEntryTypeLink
static
Initial value:
=
OFArchiveEntryFileType OFTarArchiveEntryType
The type of the archive entry.
Definition: OFTarArchiveEntry.h:30

Hard link.

Deprecated:
Use OFArchiveEntryFileTypeLink instead.

◆ OFTarArchiveEntryTypeSymlink

const OFTarArchiveEntryType OFTarArchiveEntryTypeSymlink
static
Initial value:
=
OFArchiveEntryFileType OFTarArchiveEntryType
The type of the archive entry.
Definition: OFTarArchiveEntry.h:30

Symbolic link.

Deprecated:
Use OFArchiveEntryFileTypeSymbolicLink instead.