Package ghidra.pty.windows
Class ConPtyParent
java.lang.Object
ghidra.pty.windows.ConPtyEndpoint
ghidra.pty.windows.ConPtyParent
- All Implemented Interfaces:
PtyEndpoint
,PtyParent
-
Field Summary
Fields inherited from class ghidra.pty.windows.ConPtyEndpoint
inputStream, outputStream, pseudoConsoleHandle
-
Constructor Summary
ConstructorDescriptionConPtyParent
(Handle writeHandle, Handle readHandle, PseudoConsoleHandle pseudoConsoleHandle) -
Method Summary
Methods inherited from class ghidra.pty.windows.ConPtyEndpoint
getInputStream, getOutputStream
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ghidra.pty.PtyEndpoint
getInputStream, getOutputStream
-
Constructor Details
-
ConPtyParent
-