The methods of the TarHeader class are listed below. For a complete list of TarHeader class members, see the TarHeader Members topic.
Public Static Methods
GetAsciiBytes | Add a string to a buffer as a collection of ascii bytes. |
GetLongOctalBytes | Put an octal representation of a value into a buffer |
GetNameBytes | Overloaded. Add name to the buffer as a collection of bytes |
GetOctalBytes | Put an octal representation of a value into a buffer |
ParseName | Parse a name from a header buffer. |
ParseOctal | Parse an octal string from a header buffer. |
Public Instance Methods
Clone | Clone a TAR header. |
Equals | Determines if this instance is equal to the specified object. |
GetHashCode | Get a hash code for the current object. |
GetName | Obsolete. Get the name of this entry. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ParseBuffer | Parse TarHeader information from a header buffer. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
WriteHeader | 'Write' header information to buffer provided, updating the check sum. |
Protected Instance Methods
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |