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

Method readBytes

lang/php/lib/Datum/AvroIOBinaryDecoder.php:189–192  ·  view source on GitHub ↗

* @returns string */

()

Source from the content-addressed store, hash-verified

187 * @returns string
188 */
189 public function readBytes()
190 {
191 return $this->read($this->readLong());
192 }
193
194 public function skipNull()
195 {

Callers 2

readStringMethod · 0.95
readDataMethod · 0.45

Calls 2

readMethod · 0.95
readLongMethod · 0.95

Tested by

no test coverage detected