set abstract method

void set(
  1. int b,
  2. int index
)

Set a byte.

@param b byte value to set with @param index index to set

Implementation

void set(int b, int index);