Class ConPTY

java.lang.Object
org.eclipse.cdt.utils.pty.ConPTY

public class ConPTY extends Object
A JNA implementation for ConPTY to provide a Windows native (as opposed to WinPTY) implementation of a PTY. This class should be accessed/created via the PTY class which will use ConPTY when it is available.
Restriction:
This class is not intended to be referenced by clients.