Archive: ezcArchiveGnuTar
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcArchiveGnuTar
|
The ezcArchiveGnuTar class implements the GNU Tar archive format. [
source]
ezcArchiveGnuTar is a subclass from
ezcArchive that provides the common interface, and
ezcArchiveUstarTar that provides the basic Tar implementation.
ezcArchiveGnuTar reads on creation only the first
entry from the archive. When needed next entries are read.
The Gnu Tar algorithm is an extension of Ustar Tar. Gnu has the following extended features compared to Ustar:
- Filenames of unlimited size.
- File size is unlimited.
The current implementation allows only reading from a Gnu archive.
The features of Gnu Tar and Pax Tar are quite similar, although their approach is different.
Parents
ezcArchive
|
--ezcArchiveV7Tar
|
--ezcArchiveUstarTar
|
--ezcArchiveGnuTar
Inherited Constants
From
ezcArchiveV7Tar:
From
ezcArchive:
Inherited Member Variables
From
ezcArchiveV7Tar:
From
ezcArchive:
Method Summary
Inherited Methods
From
ezcArchiveUstarTar :
From
ezcArchiveV7Tar :
From
ezcArchive :
Methods
__construct
ezcArchiveGnuTar __construct(
$file, [
$blockFactor = 20] )
Parameters
| Name |
Type |
Description |
$file |
ezcArchiveBlockFile |
|
$blockFactor |
|
|
Redefinition of
algorithmCanWrite
void algorithmCanWrite(
)
Redefinition of
createTarHeader
void createTarHeader(
[
$file = null] )
Parameters
| Name |
Type |
Description |
$file |
|
|
Redefinition of
getAlgorithm
void getAlgorithm(
)
Redefinition of
Last updated: Fri, 02 Nov 2007