SlurpBlock Method (block, offset, count)

DotNetZip

Ionic Zip Library v1.9.1.6 SlurpBlock Method (block, offset, count)
ReferenceIonic.CrcCRC32SlurpBlock(array<Byte>[]()[][], Int32, Int32)
Update the value for the running CRC32 using the given block of bytes. This is useful when using the CRC32() class in a Stream.
Declaration Syntax
C# Visual Basic Visual C++
public void SlurpBlock(
	byte[] block,
	int offset,
	int count
)
Public Sub SlurpBlock ( _
	block As Byte(), _
	offset As Integer, _
	count As Integer _
)
public:
void SlurpBlock(
	array<unsigned char>^ block, 
	int offset, 
	int count
)
Parameters
block (array<Byte>[]()[][])
block of bytes to slurp
offset (Int32)
starting point in the block
count (Int32)
how many bytes within the block to slurp

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)