TarBuffer.WriteBlock Method (Byte[], Int32)

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class 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[] buffer,
   int offset
);

Parameters

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

See Also

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