void setUint(final int value, final int length) { _increaseCapacity(length); offset = buffer.setUint(value, offset, length); }