TarEntry Constructor

SharpZip Compression Library

SharpZip Compression Library

TarEntry Constructor

Construct an entry from an archive's header bytes. File is set to null.

Overload List

Construct a TarEntry using the header provided

public TarEntry(TarHeader);

Construct an entry from an archive's header bytes. File is set to null.

public TarEntry(byte[]);

See Also

TarEntry Class | ICSharpCode.SharpZipLib.Tar Namespace