Documentation of 'org.python.core.io.FileDescriptors' Java class
FileDescriptors
org.python.core.io

Class FileDescriptors



  • public class FileDescriptors
    extends java.lang.Object
    Jython file descriptor management. File descriptor objects in Jython are instances of RawIOBase.
    • Constructor Summary

      Constructors 
      Constructor and Description
      FileDescriptors() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static RawIOBase get(PyObject fd)
      Return the RawIOBase associated with the specified file descriptor.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileDescriptors

        public FileDescriptors()
    • Method Detail

      • get

        public static RawIOBase get(PyObject fd)
        Return the RawIOBase associated with the specified file descriptor. Raises a Python exception is the file descriptor is invalid
        Parameters:
        fd - a Jython file descriptor object
        Returns:
        the RawIOBase associated with the file descriptor

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.