PackageDescription: Tar(Bundle)


Tar

Last published: November 21, 2006 by 'georg'


This is a new implementation of Tar. It implements both reading and writing of Tar files.

The abstract class TarFile with its subclasses TarReadFile and TarWriteFile provide SequenceableCollection protocol to access the contents which are TarredReadStream or TarredWriteStream instances.

A TarGzArchiver is also privided.