Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/avro
/ write
Method
write
lang/php/lib/DataFile/AvroDataIOWriter.php:154–157 ·
view source on GitHub ↗
* @param string $bytes * @uses AvroIO::write() */
($bytes)
Source
from the content-addressed store, hash-verified
152
* @uses AvroIO::write()
153
*/
154
private function write($bytes)
155
{
156
return $this->io->write($bytes);
157
}
158
159
/**
160
* @param int $offset
Callers
2
writeHeader
Method · 0.95
writeBlock
Method · 0.95
Calls
1
write
Method · 0.65
Tested by
no test coverage detected