Discuss this help topic in SecureBlackbox Forum

TElArcProcessingUnit.ProcessBlock

TElArcProcessingUnit     See also     


Filter: C#/Java  VB.NET  Pascal  C++  PHP  


...

Declaration

[C#/Java]
    virtual void ProcessBlock(byte[] Buffer, int Index, int Size);

[VB.NET]
    Overridable Sub ProcessBlock(ByVal Buffer As Byte(), ByVal Index As Integer, ByVal Size As Integer)

[Pascal]
    procedure ProcessBlock(const Buffer: ByteArray; Index, Size : integer); virtual;

[C++]
    void ProcessBlock(const std::vector<uint8_t> &Buffer, int32_t Index, int32_t Size);

[PHP]
    void ProcessBlock(array of byte|string|NULL $Buffer, integer $Index, integer $Size)

Parameters

  • Buffer - ...
  • Index - ...
  • Size - ...

Description

    ...

See also:         

Discuss this help topic in SecureBlackbox Forum