Uint8List open_off(Uint8List box, final int boxoff) { if (!(box != null && box.length > boxoff)) return null; return open_len(box, boxoff, box.length - boxoff); }