示例#1
0
 @Override
 int getIntD(int offset, DynObj obj) {
   return Convert.toInt(this.getLongD(offset, obj));
 }
示例#2
0
 @Override
 int getInt(int offset, Object obj) {
   return Convert.toInt(this.getLong(offset, obj));
 }