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