fcntl.ioctl equalient code in java ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • muthukumar25 K
    New Member
    • Mar 2012
    • 2

    fcntl.ioctl equalient code in java ?

    my work is Convert Python Application to Java Application ?
    here I have trouble what the following code perform I don't know the code what's doing this code exactly.
    def get(self):
    self.correction s = fcntl.ioctl(sel f.joystick, -2145097182, self.correction s)
    for n in range(5):
    self.correction[n].unpack(self.co rrections[(n * 36)n + 1) * 36)])

    Kindly advice me
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    How are you going to convert the application if you don't know Python?
    Better learn Python to understand what the code was doing and then rewrite the application in Java.

    Comment

    Working...