SevenZipCipher.TransformBlock

SevenZipCipher.TransformBlock method

转换输入字节数组的指定区域并将生成的转换复制到输出字节数组的指定区域。

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

也可以看看