Exemplo n.º 1
0
 @Override
 char getCharD(int offset, DynObj obj) {
   return Convert.toChar(this.getLongD(offset, obj));
 }
Exemplo n.º 2
0
 @Override
 char getChar(int offset, Object obj) {
   return Convert.toChar(this.getLong(offset, obj));
 }