Searched refs:getIntB (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/
H A DBits.java227 static int getIntB(ByteBuffer bb, int bi) { method in class:Bits
234 static int getIntB(long a) { method in class:Bits
242 return bigEndian ? getIntB(bb, bi) : getIntL(bb, bi) ;
246 return bigEndian ? getIntB(a) : getIntL(a) ;
443 return Float.intBitsToFloat(getIntB(bb, bi));
447 return Float.intBitsToFloat(getIntB(a));

Completed in 48 milliseconds