TarBuffer.WriteBlock Method (Byte[], Int32)

SharpZip Compression Library

SharpZip Compression Library

TarBuffer.WriteBlock Method (Byte[], Int32)

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[] buf,
   int offset
);

Parameters

buf
The buffer containing the record data to write.
offset
The offset of the record data within buf.

See Also

TarBuffer Class | ICSharpCode.SharpZipLib.Tar Namespace | TarBuffer.WriteBlock Overload List