* @param int $offset * @param int $whence * @uses AvroIO::seek() */
($offset, $whence)
| 162 | * @uses AvroIO::seek() |
| 163 | */ |
| 164 | private function seek($offset, $whence) |
| 165 | { |
| 166 | return $this->io->seek($offset, $whence); |
| 167 | } |
| 168 | |
| 169 | /** |
| 170 | * @param mixed $datum |