Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/avro
/ read
Method
read
lang/php/lib/Datum/AvroIOBinaryDecoder.php:80–83 ·
view source on GitHub ↗
* @param int $len count of bytes to read * @returns string */
($len)
Source
from the content-addressed store, hash-verified
78
* @returns string
79
*/
80
public function read($len)
81
{
82
return $this->io->read($len);
83
}
84
85
/**
86
* @returns int
Callers
4
nextByte
Method · 0.95
readFloat
Method · 0.95
readDouble
Method · 0.95
readBytes
Method · 0.95
Calls
1
read
Method · 0.65
Tested by
no test coverage detected