get abstract method

int get(
  1. int index
)

Get a byte.

@param index the index to get the value from @return The result is returned as Int to eliminate sign problems when or'ing several values together.

Implementation

int get(int index);