Package org.eclipse.cdt.utils.pty
Class ConPTYInputStream
java.lang.Object
java.io.InputStream
org.eclipse.cdt.utils.pty.PTYInputStream
org.eclipse.cdt.utils.pty.ConPTYInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Restriction:
- This class is not intended to be referenced by clients.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.cdt.utils.pty.PTYInputStream
finalize, read
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
ConPTYInputStream
-
-
Method Details
-
read
- Overrides:
read
in classPTYInputStream
- Throws:
IOException
- See Also:
-
close
Close the Reader- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classPTYInputStream
- Throws:
IOException
- on error.
-