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

Method read

lang/php/lib/Datum/AvroIOBinaryDecoder.php:80–83  ·  view source on GitHub ↗

* @param int $len count of bytes to read * @returns string */

($len)

Source from the content-addressed store, hash-verified

78 * @returns string
79 */
80 public function read($len)
81 {
82 return $this->io->read($len);
83 }
84
85 /**
86 * @returns int

Callers 4

nextByteMethod · 0.95
readFloatMethod · 0.95
readDoubleMethod · 0.95
readBytesMethod · 0.95

Calls 1

readMethod · 0.65

Tested by

no test coverage detected