Ejemplo n.º 1
0
 public function readByte()
 {
     return BinUtils::convertToSignedForm($this->readUnsignedByte(), self::BYTE_LENGTH, $this->_useTwosComplement);
 }