MCPcopy Create free account
hub / github.com/apache/avro / seek

Method seek

lang/php/lib/DataFile/AvroDataIOWriter.php:164–167  ·  view source on GitHub ↗

* @param int $offset * @param int $whence * @uses AvroIO::seek() */

($offset, $whence)

Source from the content-addressed store, hash-verified

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

Callers 1

__constructMethod · 0.95

Calls 1

seekMethod · 0.65

Tested by

no test coverage detected