MCPcopy 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

writeHeaderMethod · 0.95
writeBlockMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected