remainingInput property
Any remaining input yet to be processed
Implementation
Uint8List get remainingInput =>
Uint8List.view(_bufBlock!.buffer, _bufBlock!.offsetInBytes, _bufOff);
Any remaining input yet to be processed
Uint8List get remainingInput =>
Uint8List.view(_bufBlock!.buffer, _bufBlock!.offsetInBytes, _bufOff);