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

Method skip

lang/php/lib/Datum/AvroIOBinaryDecoder.php:208–211  ·  view source on GitHub ↗

* @param int $len count of bytes to skip * @uses AvroIO::seek() */

($len)

Source from the content-addressed store, hash-verified

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

Callers 7

skipBooleanMethod · 0.95
skipFloatMethod · 0.95
skipDoubleMethod · 0.95
skipBytesMethod · 0.95
skipFixedMethod · 0.45
skipArrayMethod · 0.45
skipMapMethod · 0.45

Calls 1

seekMethod · 0.95

Tested by

no test coverage detected