Page 1 of 1

How to Append a single byte into a byte buffer in Java Card

Posted: Mon Oct 12, 2015 3:26 am
by chico0609
Check the Subject.
Is there a method to append a single byte into a byte array ?

Re: How to Append a single byte into a byte buffer in Java Card

Posted: Mon Oct 12, 2015 11:51 pm
by UNKNwYSHSA
There has no method to do this.
You can implement a class yourself to do this, like java class ArrayList;