Construct an entry from an archive's header bytes. File is set to null.
[Visual Basic]
Overloads Public Sub New( _
   ByVal headerBuf As Byte() _
)
[C#]
public TarEntry(
   byte[] headerBuf
);
Parameters
headerBuf
The header bytes from a tar archive entry.
See Also
TarEntry Class | TarEntry Members | ICSharpCode.SharpZipLib.Tar Namespace