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

Method nextByte

lang/php/lib/Datum/AvroIOBinaryDecoder.php:71–74  ·  view source on GitHub ↗

* @returns string the next byte from $this->io. * @throws AvroException if the next byte cannot be read. */

()

Source from the content-addressed store, hash-verified

69 * @throws AvroException if the next byte cannot be read.
70 */
71 private function nextByte()
72 {
73 return $this->read(1);
74 }
75
76 /**
77 * @param int $len count of bytes to read

Callers 3

readBooleanMethod · 0.95
readLongMethod · 0.95
skipLongMethod · 0.95

Calls 1

readMethod · 0.95

Tested by

no test coverage detected