Process a block of data.
Namespace: Classless.Hasher.MethodsAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336
Syntax
C# |
---|
protected override void ProcessBlock( byte[] inputBuffer, int inputOffset ) |
Visual Basic |
---|
Protected Overrides Sub ProcessBlock ( _ inputBuffer As Byte(), _ inputOffset As Integer _ ) |
Visual C++ |
---|
protected: virtual void ProcessBlock( array<unsigned char>^ inputBuffer, int inputOffset ) override |
Parameters
- inputBuffer
- Type: array<System..::..Byte>[]()[][]
The block of data to process.
- inputOffset
- Type: System..::..Int32
Where to start in the block.