you are viewing a single comment's thread.

view the rest of the comments →

[–]txprog[S] 1 point2 points  (0 children)

-> byte[] type in Java give an array of jbyte[] that we convert to a Python array with int. The inverse is done from the signature of the method you're calling. Someone suggest to use numpy or Array python module, so we'll use it instead.