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