Searched refs:getIntFromBytes (Results 1 – 1 of 1) sorted by relevance
402 int fromBytes = getIntFromBytes(bb, o + i * 4); in testIntGet()411 int v = getIntFromBytes(bb, o + i * 4); in testIntGet()467 static int getIntFromBytes(ByteBuffer bb, int i) { in getIntFromBytes() method688 return Float.intBitsToFloat(getIntFromBytes(bb, i)); in getFloatFromBytes()