Package org.python.core.io
Class FileDescriptors
- java.lang.Object
-
- org.python.core.io.FileDescriptors
-
public class FileDescriptors extends java.lang.Object
Jython file descriptor management. File descriptor objects in Jython are instances of RawIOBase.- Author:
- Philip Jenvey
-
-
Constructor Summary
Constructors Constructor Description FileDescriptors()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RawIOBase
get(PyObject fd)
Return the RawIOBase associated with the specified file descriptor.
-