SevenZipCipher.TransformFinalBlock

SevenZipCipher.TransformFinalBlock method

转换指定字节数组的指定区域。

public abstract byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount)
范围类型描述
inputBufferByte[]要为其计算变换的输入。
inputOffsetInt32输入字节数组中的偏移量,从中开始使用数据。
inputCountInt32输入字节数组中用作数据的字节数。

返回值

计算出的变换。

也可以看看