コード例 #1
0
ファイル: datum.php プロジェクト: wikimedia/avro
 /**
  * @return int position of pointer in AvroIO instance
  * @uses AvroIO::tell()
  */
 private function tell()
 {
     return $this->io->tell();
 }