@Override
 char getCharD(int offset, DynObj obj) {
   return Convert.toChar(this.getLongD(offset, obj));
 }
 @Override
 char getChar(int offset, Object obj) {
   return Convert.toChar(this.getLong(offset, obj));
 }