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