Write an entry's header information to a header buffer.
[Visual Basic]
Public Sub WriteEntryHeader( _
   ByVal outbuf As Byte() _
)
[C#]
public void WriteEntryHeader(
   byte[] outbuf
);
Parameters
outbuf
The tar entry header buffer to fill in.
See Also
TarEntry Class | TarEntry Members | ICSharpCode.SharpZipLib.Tar Namespace