Get a chunk of processed data. When there are no more data available, processed will return null
. Set flush
to false
for non-final calls to improve performance of some filters.
The last call to processed should have end
set to true
. This will make sure an 'end' packet is written on the stream.
List<int> processed({bool flush: true, bool end: false});
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-io/RawZLibFilter/processed.html