MCPcopy Create free account
hub / github.com/apache/kudu / getInt

Method getInt

java/kudu-client/src/main/java/org/apache/kudu/client/Bytes.java:283–285  ·  view source on GitHub ↗

Reads a little-endian 4-byte integer from the beginning of the given array. @param b The array to read from. @return An integer. @throws IndexOutOfBoundsException if the byte array is too small.

(final byte[] b)

Source from the content-addressed store, hash-verified

281 * @throws IndexOutOfBoundsException if the byte array is too small.
282 */
283 public static int getInt(final byte[] b) {
284 return getInt(b, 0);
285 }
286
287 /**
288 * Reads a little-endian 4-byte integer from an offset in the given array.

Callers 15

testRawListsMethod · 0.95
testMethod · 0.95
getUnsignedIntMethod · 0.95
getFloatMethod · 0.95
getDecimalMethod · 0.95
getIntMethod · 0.95
getDateMethod · 0.95
incrementColumnMethod · 0.95
isCellEqualMethod · 0.95
isCellIncrementedMethod · 0.95
getIntMethod · 0.95

Calls

no outgoing calls

Tested by 2

testRawListsMethod · 0.76
testMethod · 0.76