TransformFinalBlock
Transforms a block of data and any data that has been buffered from previous TransformBlock calls.
Public Function TransformFinalBlock(
ByRef InputBuffer ( ) As Byte,
ByVal InputOffset As Long,
ByVal InputCount As Long ) As Byte ( )
Parameters
- InputBuffer
-
[ByRef]
Byte.
The remaining data to be transformed.
- InputOffset
-
[ByVal]
Long.
The starting index to being transforming from.
- InputCount
-
[ByVal]
Long.
The number of bytes to transform.
Return Values
Byte() - The final transformed data.
See Also
Project CorLib Overview
Class FromBase64Transform Overview