public virtual int ProcessBytes( byte[] input, int inOff, int inLen, byte[] output, int outOff )
Public Overridable Function ProcessBytes ( input As Byte(), inOff As Integer, inLen As Integer, output As Byte(), outOff As Integer ) As Integer
public: virtual int ProcessBytes( array<unsigned char>^ input, int inOff, int inLen, array<unsigned char>^ output, int outOff )
function ProcessBytes(input, inOff, inLen, output, outOff);
In This Article