Re: File System on java card
Posted By:
Joseph_Smith
Posted On:
Friday, July 5, 2002 08:34 AM
File systems aren't needed !
Read the specs again and read how to persist objects. ( HINT: byte arrays )
Since there is a 255 limit on CData, send the picture in chuncks. Of course, this requires that the persistant object is large enough to store the picture, and that there is memory available to create the large persistant object.
Look at the examples provided with the kit and you'll see how to persist objects.