PendingBuffer.WriteBlock Method

SharpZip Compression Library

SharpZip Compression Library

PendingBuffer.WriteBlock Method 

Write a block of data to buffer

public void WriteBlock(
   byte[] block,
   int offset,
   int len
);

Parameters

block
data to write
offset
offset of first byte to write
len
number of bytes to write

See Also

PendingBuffer Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace