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