* @param int $len count of bytes to skip * @uses AvroIO::seek() */
($len)
| 206 | * @uses AvroIO::seek() |
| 207 | */ |
| 208 | public function skip($len) |
| 209 | { |
| 210 | $this->seek($len, AvroIO::SEEK_CUR); |
| 211 | } |
| 212 | |
| 213 | /** |
| 214 | * @param int $offset |
no test coverage detected