TransformFinalBlock

SevenZipCipher.TransformFinalBlock method

Transforms the specified region of the specified byte array.

public abstract byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount)
ParameterTypeDescription
inputBufferByte[]The input for which to compute the transform.
inputOffsetInt32The offset into the input byte array from which to begin using data.
inputCountInt32The number of bytes in the input byte array to use as data.

Return Value

The computed transform.

See Also