Is there an idiomatic Jython way, or perhaps some way with Java to interact with the file descriptor value (an integer) returned by os.open? The return value appears to be some sort of wrapper class and I'm not sure of how to drill down to the actual integer value. Here's a sample from my REPL showing to reproduce the object I'm struggling with:
A file descriptor priority queue. Just a POC, nothing dedicated to. The current project we have a database table with integer priority column and it works fine. Thank you for poking around