  datLen_ = 32;
  if (_offset + 32 >= length + 8) {
      datLen_ = length + 8 - _offset;
  }
