Fingerprint_Card
Loading...
Searching...
No Matches
TarArchive.cs File Reference

Classes

class  ICSharpCode.SharpZipLib.Tar.TarArchive
 The TarArchive class implements the concept of a 'Tape Archive'. A tar archive is a series of entries, each of which represents a file system object. Each entry in the archive consists of a header block followed by 0 or more data blocks. Directory entries consist only of the header block, and are followed by entries for the directory's contents. File entries consist of a header followed by the number of blocks needed to contain the file's contents. All entries are written on block boundaries. Blocks are 512 bytes long. More...

Namespaces

namespace  ICSharpCode
namespace  ICSharpCode.SharpZipLib
namespace  ICSharpCode.SharpZipLib.Tar

Functions

delegate void ICSharpCode.SharpZipLib.Tar.ProgressMessageHandler (TarArchive archive, TarEntry entry, string message)
 Used to advise clients of 'events' while processing archives.