public int ProcessByte( byte input, byte[] outBytes, int outOff )
Public Function ProcessByte ( input As Byte, outBytes As Byte(), outOff As Integer ) As Integer
public: virtual int ProcessByte( unsigned char input, array<unsigned char>^ outBytes, int outOff ) sealed
function ProcessByte(input, outBytes, outOff);
In This Article