protected function readString($lengthPointer = 1)
 {
     $length = Bin::readBin($this->read($lengthPointer));
     return $this->read($length);
 }