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