processBytes abstract method

int processBytes(
  1. Uint8List inp,
  2. int inOff,
  3. int len,
  4. Uint8List out,
  5. int outOff,
)

Implementation

int processBytes(
    Uint8List inp, int inOff, int len, Uint8List out, int outOff);