process abstract method

Uint8List process(
  1. Uint8List data
)

Process a whole block of data at once, returning the result in a byte array.

Implementation

Uint8List process(Uint8List data);