hi, i was wondering whether it's possible to store the whole class inside a persistent storage.
instead of the class variable eg. int, string, double, etc.
hi, i was wondering whether it's possible to store the whole class inside a persistent storage.
instead of the class variable eg. int, string, double, etc.
Hi ,
There are some open source libraries available . With that you can save your entire class. But internally aging they will do the same thing like get all the date types of the class and store that in RMS
Hi,
Can you please describes that why do you need to save the class..?
However you can save anything in RMS by the condition you can convert that into bytes and size id less than the max size of the RMS..
Thanks,
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
hi, you mention that you can save anything in RMS by the condition you can convert that into bytes and size id less than the max size of the RMS.
Which means if we created a character class where by it will store data of the character in the character class. Example like the x , y value, the character name value into the character class,
if we were to convert it into bytes and store in insisde?
Another question, is it possible also to store ScalableImage too?
Thanks for the help =)
Hi;
Can you read the link asString appt = "new record";
byte bytes[] = appt.getBytes();
rs.addRecord(bytes,0,bytes.length);
http://www.java2s.com/Code/Java/J2ME...ecordstore.htm
http://www.java2s.com/Code/Java/J2ME...ecordstore.htm
Thanks,
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,