* @param int $offset * @param int $whence * @returns boolean true upon success * @uses AvroIO::seek() */
($offset, $whence)
| 217 | * @uses AvroIO::seek() |
| 218 | */ |
| 219 | private function seek($offset, $whence) |
| 220 | { |
| 221 | return $this->io->seek($offset, $whence); |
| 222 | } |
| 223 | |
| 224 | public function skipInt() |
| 225 | { |