Package ghidra.pty.unix
Class UnixPtyEndpoint
java.lang.Object
ghidra.pty.unix.UnixPtyEndpoint
- All Implemented Interfaces:
PtyEndpoint
- Direct Known Subclasses:
UnixPtyChild
,UnixPtyParent
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
Get the input stream for this end of the ptyGet the output stream for this end of the pty
-
Field Details
-
ioctls
-
fd
protected final int fd
-
-
Method Details
-
getOutputStream
Description copied from interface:PtyEndpoint
Get the output stream for this end of the ptyWrites to this stream arrive on the input stream for the opposite end, subject to the terminal's line discipline.
- Specified by:
getOutputStream
in interfacePtyEndpoint
- Returns:
- the output stream
-
getInputStream
Description copied from interface:PtyEndpoint
Get the input stream for this end of the ptyWrites to the output stream of the opposite end arrive here, subject to the terminal's line discipline.
- Specified by:
getInputStream
in interfacePtyEndpoint
- Returns:
- the input stream
-
closeStreams
- Throws:
IOException
-