readByte abstract method

int readByte(
  1. int offset
)

Reads a byte at the specified offset and returns that byte.

Implementation

int readByte(int offset);