octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #38821] Support for java.lang.Byte / NoSuchMet


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #38821] Support for java.lang.Byte / NoSuchMethodException
Date: Wed, 24 Apr 2013 22:05:31 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.63 Safari/537.31

Follow-up Comment #2, bug #38821 (project octave):

I ran across a couple pages on TMW web site that list how types should be
converted between the interpreter and Java, the box and unbox operations in
our Java interface. This seems as good a spec as any to try to aim for:

http://www.mathworks.com/help/matlab/matlab_external/passing-data-to-a-java-method.html
http://www.mathworks.com/help/matlab/matlab_external/handling-data-returned-from-a-java-method.html

It is explicitly stated that int8 and uint8 should convert to a Java byte (the
"unbox" direction in our library).

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?38821>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]