コード例 #1
0
 /**
  * Reads the data from the given stream.
  *
  * @param StreamInterface $stream The stream to read from.
  */
 public function read(StreamInterface $stream)
 {
     $this->setVarSelector($stream->readUInt24());
     $this->setDefaultUVSOffset($stream->readULong());
     $this->setNonDefaultUVSOffset($stream->readULong());
 }