Package org.eclipse.cdt.utils.pty
Class ConPTYOutputStream
java.lang.Object
java.io.OutputStream
org.eclipse.cdt.utils.pty.PTYOutputStream
org.eclipse.cdt.utils.pty.ConPTYOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,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.PTYOutputStream
finalize, write
Methods inherited from class java.io.OutputStream
flush, nullOutputStream, write
-
Constructor Details
-
ConPTYOutputStream
-
-
Method Details
-
write
- Overrides:
write
in classPTYOutputStream
- Throws:
IOException
- See Also:
-
close
Description copied from class:PTYOutputStream
Close the Reader- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classPTYOutputStream
- Throws:
IOException
- on error.
-