SevenZipCipher.TransformFinalBlock
SevenZipCipher.TransformFinalBlock method
Transforms the specified region of the specified byte array.
public abstract byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount)
Parameter | Type | Description |
---|---|---|
inputBuffer | Byte[] | The input for which to compute the transform. |
inputOffset | Int32 | The offset into the input byte array from which to begin using data. |
inputCount | Int32 | The number of bytes in the input byte array to use as data. |
Return Value
The computed transform.
See Also
- class SevenZipCipher
- namespace Aspose.Zip.Crypto
- assembly Aspose.Zip