public override int ProcessByte( byte input, byte[] output, int outOff )
Public Overrides 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 ) override
function ProcessByte(input, output, outOff);
In This Article