22 use GetTypeIdFromConstTrait;
23 use IntegerishMetadataProperty;
25 public const ID = EntityMetadataTypes::BYTE;
27 protected function min() :
int{
31 protected function max() :
int{
36 return new self(Binary::signByte($in->
getByte()));
40 $out->putByte($this->value);