PendingBuffer.WriteBlock Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

PendingBuffer.WriteBlock Method 

Write a block of data to buffer

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

Parameters

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

See Also

PendingBuffer Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace