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