buffer property

List<int> buffer
final

The buffer for holding the output (instead of origin). It is a list of bytes.

Implementation

final List<int> buffer;