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