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

Method skipFixed

lang/php/lib/Datum/AvroIOBinaryDecoder.php:257–260  ·  view source on GitHub ↗
($writers_schema, AvroIOBinaryDecoder $decoder)

Source from the content-addressed store, hash-verified

255 }
256
257 public function skipFixed($writers_schema, AvroIOBinaryDecoder $decoder)
258 {
259 $decoder->skip($writers_schema->size());
260 }
261
262 public function skipEnum($writers_schema, AvroIOBinaryDecoder $decoder)
263 {

Callers 1

skipDataMethod · 0.45

Calls 2

sizeMethod · 0.65
skipMethod · 0.45

Tested by

no test coverage detected