Class AbstractPty.ReflectionFileDescriptorCreator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.reflect.Field fileDescriptorField  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.FileDescriptor newDescriptor​(int fd)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • fileDescriptorField

        private final java.lang.reflect.Field fileDescriptorField
    • Constructor Detail

      • ReflectionFileDescriptorCreator

        ReflectionFileDescriptorCreator()
                                 throws java.lang.Exception
        Throws:
        java.lang.Exception