예제 #1
0
파일: Parser.php 프로젝트: creof/wkb-parser
 /**
  * @return int
  * @throws UnexpectedValueException
  */
 private function readCount()
 {
     return $this->reader->readLong();
 }