W3cubDocs

/Dart 2

process method

void process (List<int> data, int start, int end)

Call to process a chunk of data. A call to process should only be made when processed returns null.

Implementation

void process(List<int> data, int start, int end);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/2.0.0/dart-io/RawZLibFilter/process.html