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