Searched refs:BinaryReader (Results 1 – 3 of 3) sorted by relevance
45 /** @var BinaryReader $reader */93 $this->reader = new BinaryReader($wkb);113 …$this->reader->readSInt8() === self::WKB_XDR ? BinaryReader::LITTLE_ENDIAN : BinaryReader::BIG_END…
22 class BinaryReader class
58 /** @var BinaryReader $reader */95 $this->reader = new BinaryReader($twkb);111 $options['precision'] = BinaryReader::zigZagDecode($type >> 4);