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

Method seek

lang/php/lib/Datum/AvroIOBinaryDecoder.php:219–222  ·  view source on GitHub ↗

* @param int $offset * @param int $whence * @returns boolean true upon success * @uses AvroIO::seek() */

($offset, $whence)

Source from the content-addressed store, hash-verified

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 {

Callers 1

skipMethod · 0.95

Calls 1

seekMethod · 0.65

Tested by

no test coverage detected