Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/avro
/ writeBytes
Method
writeBytes
lang/php/lib/Datum/AvroIOBinaryEncoder.php:185–189 ·
view source on GitHub ↗
* @param string $bytes */
($bytes)
Source
from the content-addressed store, hash-verified
183
* @param string $bytes
184
*/
185
public function writeBytes($bytes)
186
{
187
$this->writeLong(strlen($bytes));
188
$this->write($bytes);
189
}
190
}
Callers
2
writeString
Method · 0.95
writeValidatedData
Method · 0.45
Calls
2
writeLong
Method · 0.95
write
Method · 0.95
Tested by
no test coverage detected