setLong method

void setLong(
  1. int value
)

Implementation

void setLong(int value) {
  setLongAt(value, position);
  position += 8;
}