MCPcopy Create free account
hub / github.com/apache/avro / writeString

Method writeString

lang/php/lib/Datum/AvroIOBinaryEncoder.php:177–180  ·  view source on GitHub ↗

* @param string $str * @uses self::writeBytes() */

($str)

Source from the content-addressed store, hash-verified

175 * @uses self::writeBytes()
176 */
177 public function writeString($str)
178 {
179 $this->writeBytes($str);
180 }
181
182 /**
183 * @param string $bytes

Callers 2

writeValidatedDataMethod · 0.45
writeMapMethod · 0.45

Calls 1

writeBytesMethod · 0.95

Tested by

no test coverage detected