LumiSoft Mail Server User API
TarEntry Constructor (headerBuffer)
Namespaces > ICSharpCode.SharpZipLib.Tar > TarEntry > TarEntryNew(Byte[]())
Initializes a new instance of the TarEntry class.
Syntax
C#Visual BasicManaged C++
public TarEntry (
	byte[] headerBuffer
)
Public Sub New ( _
	headerBuffer As Byte() _
)
public:
TarEntry (
	array<unsigned char>^ headerBuffer
)
Parameters
headerBuffer (Byte[]())

[Missing <param> documentation for "headerBuffer"]

Assembly: ICSharpCode.SharpZipLib Version: 0.85.0.0 (Module: ICSharpCode.SharpZipLib)