Ejemplo n.º 1
0
 public function writeByte($value)
 {
     $this->writeUnsignedByte(BinUtils::convertToUnsignedForm($value, self::BYTE_LENGTH, $this->_useTwosComplement));
 }