remainingInput property

Uint8List remainingInput
inherited

Any remaining input yet to be processed

Implementation

Uint8List get remainingInput =>
    Uint8List.view(_bufBlock!.buffer, _bufBlock!.offsetInBytes, _bufOff);