Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
skipString
Method · 0.95
skipData
Method · 0.45
Calls
2
skip
Method · 0.95
readLong
Method · 0.95
Tested by
no test coverage detected