readU8 method

int readU8(
  1. int ptr
)

Implementation

int readU8(int ptr) => readBytes(ptr, 1)[0];