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

/openjdk7/jdk/src/share/classes/java/nio/
H A DBits.java76 static char getCharB(ByteBuffer bb, int bi) { method in class:Bits
81 static char getCharB(long a) { method in class:Bits
87 return bigEndian ? getCharB(bb, bi) : getCharL(bb, bi);
91 return bigEndian ? getCharB(a) : getCharL(a);

Completed in 32 milliseconds