Esempio n. 1
0
 /**
  * @param int $len count of bytes to read
  * @return string
  */
 public function read($len)
 {
     return $this->io->read($len);
 }
Esempio n. 2
0
 /**
  * @uses AvroIO::read()
  */
 private function read($len)
 {
     return $this->io->read($len);
 }