예제 #1
0
 public char getChar(int i) {
   return Bits.getChar(this, ix(checkIndex(i, 2)), bigEndian);
 }
예제 #2
0
 public char getChar() {
   return Bits.getChar(this, ix(nextGetIndex(2)), bigEndian);
 }