Keyoti RapidSpell Desktop .NET API Docs
SlurpBlock Method (block, offset, count)
APIKeyoti.RapidSpell.CompressionCRC32SlurpBlock(array<Byte>[]()[][], Int32, Int32)
Keyoti RapidSpell Desktop .NET
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#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public void SlurpBlock(
	byte[] block,
	int offset,
	int count
)
public void SlurpBlock(
	byte[] block,
	int offset,
	int count
)
Public Sub SlurpBlock ( 
	block As Byte(),
	offset As Integer,
	count As Integer
)
Public Sub SlurpBlock ( 
	block As Byte(),
	offset As Integer,
	count As Integer
)
public:
void SlurpBlock(
	array<unsigned char>^ block, 
	int offset, 
	int count
)
public:
void SlurpBlock(
	array<unsigned char>^ block, 
	int offset, 
	int count
)
member SlurpBlock : 
        block : byte[] * 
        offset : int * 
        count : int -> unit 
member SlurpBlock : 
        block : byte[] * 
        offset : int * 
        count : int -> unit 
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: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412