LumiSoft Mail Server User API
WriteBlock Method (buffer, offset)
Namespaces > ICSharpCode.SharpZipLib.Tar > TarBuffer > WriteBlock(Byte[](), Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarBuffer.WriteBlock(System.Byte[],System.Int32)]

Syntax
C#Visual BasicManaged C++
public void WriteBlock (
	byte[] buffer,
	int offset
)
Public Sub WriteBlock ( _
	buffer As Byte(), _
	offset As Integer _
)
public:
void WriteBlock (
	array<unsigned char>^ buffer, 
	int offset
)
Parameters
buffer (Byte[]())

[Missing <param> documentation for "buffer"]

offset (Int32)

[Missing <param> documentation for "offset"]

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