-
Possibly, I missed something, but passing Python bytes to a Java Byte[] function results in some header garbage. JAVA:
Python:
Results:
Should be:
JAVA:
PYTHON:
How ist it done right? |
Beta Was this translation helpful? Give feedback.
Answered by
mzaiprog
Sep 15, 2023
Replies: 1 comment
-
After some more testing, I figured out, the problem can be solved by calling bytes() function before passing the parameter. Use:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mzaiprog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After some more testing, I figured out, the problem can be solved by calling bytes() function before passing the parameter.
Use: