Exemplo n.º 1
0
 public char getChar(int i) {
   return Bits.getChar(this, ix(checkIndex(i, 2)), bigEndian);
 }
Exemplo n.º 2
0
 public char getChar() {
   return Bits.getChar(this, ix(nextGetIndex(2)), bigEndian);
 }