process abstract method

List<int> process(
  1. List<int> dataWords
)

Implementation

List<int> process(List<int> dataWords);