WriteBlock Method

SharpZip Compression Library

SharpZip Compression Library

TarBuffer.WriteBlock Method

Write a block of data to the archive.

Overload List

Write a block of data to the archive.

public void WriteBlock(byte[]);

Write an archive record to the archive, where the record may be inside of a larger array buffer. The buffer must be "offset plus record size" long.

public void WriteBlock(byte[],int);

See Also

TarBuffer Class | ICSharpCode.SharpZipLib.Tar Namespace