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