TarEntry Constructor (Byte[])

SharpZip Compression Library

SharpZip Compression Library

TarEntry Constructor (Byte[])

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

public TarEntry(
   byte[] headerBuf
);

Parameters

headerBuf
The header bytes from a tar archive entry.

See Also

TarEntry Class | ICSharpCode.SharpZipLib.Tar Namespace | TarEntry Constructor Overload List