Searched defs:getShortB (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/
H A DBits.java156 static short getShortB(ByteBuffer bb, int bi) { method in class:Bits
161 static short getShortB(long a) { method in class:Bits
167 return bigEndian ? getShortB(bb, bi) : getShortL(bb, bi);
171 return bigEndian ? getShortB(a) : getShortL(a);

Completed in 114 milliseconds