TarEntry Constructor (Byte[])

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

TarEntry Constructor (Byte[])

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

public TarEntry(
   byte[] headerBuffer
);

Parameters

headerBuffer
The header bytes from a tar archive entry.

See Also

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