Class PTY.MasterFD

java.lang.Object
org.eclipse.cdt.utils.pty.PTY.MasterFD
Enclosing class:
PTY

public class PTY.MasterFD extends Object
The master fd is used on two streams. We need to wrap the fd so that when stream.close() is called the other stream is disabled.
  • Constructor Details

    • MasterFD

      public MasterFD()
  • Method Details

    • getFD

      public int getFD()