TarHeader Properties

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

TarHeaderĀ Properties

The properties of the TarHeader class are listed below. For a complete list of TarHeader class members, see the TarHeader Members topic.

Public Instance Properties

Checksum Get the entry's checksum. This is only valid/updated after writing or reading an entry.
DevMajor Get/set the entry's major device number.
DevMinor Get/set the entry's minor device number.
GroupId Get/set the entry's group id.
GroupName Get/set the entry's group name.
IsChecksumValid Get value of true if the header checksum is valid, false otherwise.
LinkName The entry's link name.
Magic Get/set the entry's magic tag.
Mode Get/set the entry's Unix style permission mode.
ModTime Get/set the entry's modification time.
Name Get/set the name for this tar entry.
Size Get/set the entry's size.
TypeFlag Get/set the entry's type flag.
UserId The entry's user id.
UserName The entry's user name.
Version The entry's version.

See Also

TarHeader Class | ICSharpCode.SharpZipLib.Tar Namespace