http://www.linuxnet.com/musclecard/files/mcardprot-1.2.1.pdf Page 46 describes the object size as a long (4 bytes)
The current applet only uses the low order 2 bytes or a short so you can have up to 64k objects. I have only been able to test up to 28k objects. MSCWriteObject splits up the data into 250 byte chunks and passes them with an offset to the applet. Dave > Hi, > > What is the maximum size (bytes) the musclecard applet (0.9.10) can > write from file to a created object? (WriteObject) > > I was looking at the applet code and thought that the max size depends > on the buffer (for storing apdus) of the Java Card virtual machine. > > Did I miss out anything here? > > jipi > > > > _______________________________________________ > Muscle mailing list > [EMAIL PROTECTED] > http://lists.musclecard.com/mailman/listinfo/muscle > _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.musclecard.com/mailman/listinfo/muscle
