setInt method

void setInt(
  1. int value
)

Implementation

void setInt(int value) {
  setIntAt(value, position);
  position += 4;
}