name = $name; $this->mustRead = (bool) $mustRead; $this->data = $data; if (null !== $length) { $this->length = (int) $length; } } }