* @returns string the next byte from $this->io. * @throws AvroException if the next byte cannot be read. */
()
| 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 |
no test coverage detected