List of usage examples for java.io Bits getLong
static long getLong(byte[] b, int off)
Source Link
From source file:voldemort.store.cachestore.BlockUtil.java
public static long bytesToLong(byte[] data) { return Bits.getLong(data, 0); }