MCPcopy Index your code
hub / github.com/OpenTSDB/asynchbase / getInt

Method getInt

src/Bytes.java:151–153  ·  view source on GitHub ↗

Reads a big-endian 4-byte integer from the begining 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

149 * @throws IndexOutOfBoundsException if the byte array is too small.
150 */
151 public static int getInt(final byte[] b) {
152 return getInt(b, 0);
153 }
154
155 /**
156 * Reads a big-endian 4-byte integer from an offset in the given array.

Callers 15

getUnsignedIntMethod · 0.95
handleRootZnodeMethod · 0.95
handleMetaZnodeMethod · 0.95
RegionClientMethod · 0.45
HBaseClientMethod · 0.45
newTimerMethod · 0.45
defaultChannelFactoryMethod · 0.45
cannotRetryRequestMethod · 0.45
newClientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected