Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/avro
/ readBytes
Method
readBytes
lang/php/lib/Datum/AvroIOBinaryDecoder.php:189–192 ·
view source on GitHub ↗
* @returns string */
()
Source
from the content-addressed store, hash-verified
187
* @returns string
188
*/
189
public function readBytes()
190
{
191
return $this->read($this->readLong());
192
}
193
194
public function skipNull()
195
{
Callers
2
readString
Method · 0.95
readData
Method · 0.45
Calls
2
read
Method · 0.95
readLong
Method · 0.95
Tested by
no test coverage detected