[armedbear-devel] passing adjustable strings to java

Alan Ruttenberg alanruttenberg at gmail.com
Sat May 8 06:32:13 UTC 2010


Looks like fill pointer isn't taken into account:

(jcall "toString" (make-array 10
              :element-type 'character
              :adjustable t
              :fill-pointer 3 :initial-contents "fooxxxxxxx"))
->
"fooxxxxxxx"

-Alan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/armedbear-devel/attachments/20100508/8e668e1a/attachment.html>


More information about the armedbear-devel mailing list