Displaying 1 result from an estimated 1 matches for "1b000e7".
Did you mean:
1.000e
2006 Jul 19
1
ASCII dump from an REXP (JRI)
...in="+rexp);
long[] l=reng.rniGetVector(rexp.xp);
for (int i=0;i<l.length;i++)
System.out.println(new REXP(reng, l[i]));
Now, Java outputs to the screen this:
nucleitrain=RXP[unknown/19, id=1218430184, o=null]
RXP[unknown/19, id=1218430408, o=null]
RXP[int[], id=1219416784, o=[I at 1b000e7]
RXP[unknown/6, id=1204356856, o=null]
RXP[unknown/6, id=1204325140, o=null]
RXP[int[], id=1203946856, o=[I at b76fa]
RXP[double[], id=1210952032, o=[D at b01d43]
Which means I have to anticipate each expression type and properly handle
it. If one does not know, a priori, what these expression...