Package ghidra.pty.windows
Class HandleInputStream
java.lang.Object
java.io.InputStream
ghidra.pty.windows.HandleInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
waitPipeConnected
protected void waitPipeConnected() -
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-