TarHeader Class |
Namespace: ICSharpCode.SharpZipLib.Tar
public class TarHeader : ICloneable
The TarHeader type exposes the following members.
Name | Description | |
---|---|---|
Checksum | ||
DevMajor | ||
DevMinor | ||
GroupId | ||
GroupName | ||
IsChecksumValid | ||
LinkName | ||
Magic | ||
Mode | ||
ModTime | ||
Name | ||
Size | ||
TypeFlag | ||
UserId | ||
UserName | ||
Version |
Name | Description | |
---|---|---|
Clone | ||
Equals | (Overrides ObjectEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAsciiBytes | ||
GetHashCode | (Overrides ObjectGetHashCode.) | |
GetLongOctalBytes | ||
GetName | Obsolete. | |
GetNameBytes(String, Byte, Int32, Int32) | ||
GetNameBytes(StringBuilder, Byte, Int32, Int32) | ||
GetNameBytes(String, Int32, Byte, Int32, Int32) | ||
GetNameBytes(StringBuilder, Int32, Byte, Int32, Int32) | ||
GetOctalBytes | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ParseBuffer | ||
ParseName | ||
ParseOctal | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WriteHeader |