Hello,

I would like to transfer results from python to java:

hello = zlib.compress("hello")

on the java side do:

byte[] data = string.getBytes()

But I am not successful. Is there any translation going on somewhere?

Thank you,

  Roman

Reply via email to