public virtual int ProcessByte( byte pByte, byte[] pOutput, int pOutOffset )
Public Overridable Function ProcessByte ( pByte As Byte, pOutput As Byte(), pOutOffset As Integer ) As Integer
public: virtual int ProcessByte( unsigned char pByte, array<unsigned char>^ pOutput, int pOutOffset )
function ProcessByte(pByte, pOutput, pOutOffset);
In This Article