readLong() protected method

readLong grabs the next 4 bytes shifts and combines them to produce an integer
protected readLong ( ) : integer
return integer The resulting integer from the next 4 bytes
Ejemplo n.º 1
0
 /**
  * read long
  * @return int
  */
 public function readLong()
 {
     return parent::readLong();
 }