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

Method skipBytes

lang/php/lib/Datum/AvroIOBinaryDecoder.php:252–255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250 }
251
252 public function skipBytes()
253 {
254 return $this->skip($this->readLong());
255 }
256
257 public function skipFixed($writers_schema, AvroIOBinaryDecoder $decoder)
258 {

Callers 2

skipStringMethod · 0.95
skipDataMethod · 0.45

Calls 2

skipMethod · 0.95
readLongMethod · 0.95

Tested by

no test coverage detected