peekByte abstract method

int peekByte(
  1. int index
)

Gives a peek of the byte of current index and does not increments the current index

Implementation

int peekByte(int index);