ObjFW
Loading...
Searching...
No Matches
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.

Variables

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

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:41

Block device.

Deprecated
Use OFArchiveEntryFileTypeBlockDevice instead.

◆ OFTarArchiveEntryTypeCharacterDevice

const OFTarArchiveEntryType OFTarArchiveEntryTypeCharacterDevice
static
Initial value:

Character device.

Deprecated
Use OFArchiveEntryFileTypeCharacterDevice instead.

◆ OFTarArchiveEntryTypeContiguousFile

const OFTarArchiveEntryType OFTarArchiveEntryTypeContiguousFile
static
Initial value:

Contiguous file.

Deprecated
Use OFArchiveEntryFileTypeContiguousFile instead.

◆ OFTarArchiveEntryTypeDirectory

const OFTarArchiveEntryType OFTarArchiveEntryTypeDirectory
static
Initial value:

Directory.

Deprecated
Use OFArchiveEntryFileTypeDirectory instead.

◆ OFTarArchiveEntryTypeFIFO

const OFTarArchiveEntryType OFTarArchiveEntryTypeFIFO
static
Initial value:

FIFO.

Deprecated
Use OFArchiveEntryFileTypeFIFO instead.

◆ OFTarArchiveEntryTypeFile

const OFTarArchiveEntryType OFTarArchiveEntryTypeFile
static
Initial value:

Normal file.

Deprecated
Use OFArchiveEntryFileTypeRegular instead.

◆ OFTarArchiveEntryTypeLink

const OFTarArchiveEntryType OFTarArchiveEntryTypeLink
static
Initial value:

Hard link.

Deprecated
Use OFArchiveEntryFileTypeLink instead.

◆ OFTarArchiveEntryTypeSymlink

const OFTarArchiveEntryType OFTarArchiveEntryTypeSymlink
static
Initial value:

Symbolic link.

Deprecated
Use OFArchiveEntryFileTypeSymbolicLink instead.