int extractNumericValueFromBitArray(int pos, int bits) { return extractNumericFromBitArray(_information, pos, bits); }