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

Method readString

lang/php/lib/Datum/AvroIOBinaryDecoder.php:181–184  ·  view source on GitHub ↗

* A string is encoded as a long followed by that many bytes * of UTF-8 encoded character data. * @returns string */

()

Source from the content-addressed store, hash-verified

179 * @returns string
180 */
181 public function readString()
182 {
183 return $this->readBytes();
184 }
185
186 /**
187 * @returns string

Callers 2

readDataMethod · 0.45
readMapMethod · 0.45

Calls 1

readBytesMethod · 0.95

Tested by

no test coverage detected