@override void update(Uint8List inp, int inpOff, int len) { _sink.add(inp.sublist(inpOff, inpOff + len)); }