MCPcopy 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

writeStringMethod · 0.95
writeValidatedDataMethod · 0.45

Calls 2

writeLongMethod · 0.95
writeMethod · 0.95

Tested by

no test coverage detected