TarHeader Class

SharpZip Compression Library

SharpZip Compression Library

TarHeader Class

This class encapsulates the Tar Entry Header used in Tar Archives. The class also holds a number of tar constants, used mostly in headers.

For a list of all members of this type, see TarHeader Members.

System.Object    ICSharpCode.SharpZipLib.Tar.TarHeader

public class TarHeader : ICloneable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: ICSharpCode.SharpZipLib.Tar

Assembly: ICSharpCode.SharpZipLib (in ICSharpCode.SharpZipLib.dll)

See Also

TarHeader Members | ICSharpCode.SharpZipLib.Tar Namespace