>yes, that does indeed work. however, i find it confusing. perhaps the api
doc
>for append should mention that it only can be used for apdu's whose
constructor
>took int parameter. pretty awkward, isn't it?
Actually, the behavior of append() does not depend on the constructor that
was used, but on whether the data to be appended still fits into the APDU.
If you create an empty APDU using the constructor that takes an int, data
can be appended.
If you create a complete APDU using the constructor that takes a byte array
with the content the APDU shall have, no data can be appended.
Best regards,
Thomas
Thomas Schaeck
IBM Pervasive Computing Division - Smart Card Solutions
E-mail: [EMAIL PROTECTED] Tel.: ++49-7031-16-3479 Fax.:
++49-7031-16-4888
Address: IBM Deutschland Entwicklung GmbH, Schoenaicher Str. 220, 71032
Boeblingen, Germany
Visit the OpenCard Framework's WWW site at http://www.opencard.org/ for
access to documentation, code, presentations, and OCF announcements.
-----------------------------------------------------------------------------
To unsubscribe from the OCF Mailing list, send a mail to
"[EMAIL PROTECTED]" with the word "unsubscribe" in the BODY of the
message.