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

Public Static (Shared) Methods

GetCheckSumOctalBytes Parse the checksum octal integer from a header buffer.
GetLongOctalBytes Parse an octal long integer from a header buffer.
GetNameBytes Determine the number of bytes in an entry name.
GetOctalBytes Parse an octal integer from a header buffer.
ParseName Parse an entry name from a header buffer.
ParseOctal Parse an octal string from a header buffer. This is used for the file permission mode value.

Public Instance Methods

Clone TarHeaders can be cloned.
Equals (inherited from Object)Select the method name to go to the Microsoft documentation.
GetHashCode (inherited from Object)Select the method name to go to the Microsoft documentation.
GetName Get the name of this entry.
GetType (inherited from Object)Select the method name to go to the Microsoft documentation.
ToString (inherited from Object)Select the method name to go to the Microsoft documentation.

Protected Instance Methods

Finalize (inherited from Object)Select the method name to go to the Microsoft documentation.
MemberwiseClone (inherited from Object)Select the method name to go to the Microsoft documentation.

See Also

TarHeader Class | ICSharpCode.SharpZipLib.Tar Namespace