Package org.eclipse.cdt.utils.spawner
Class SpawnerOutputStream
java.lang.Object
java.io.OutputStream
org.eclipse.cdt.utils.spawner.SpawnerOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
- Restriction:
- This class is not intended to be subclassed by clients.
- Restriction:
- This class is not intended to be instantiated by clients.
-
Constructor Summary
ConstructorDescriptionSpawnerOutputStream
(Spawner.IChannel channel) From a Unix valid file descriptor set a Reader. -
Method Summary
Methods inherited from class java.io.OutputStream
flush, nullOutputStream, write
-
Constructor Details
-
SpawnerOutputStream
From a Unix valid file descriptor set a Reader.- Parameters:
channel
- file descriptor.- Since:
- 6.0
-
-
Method Details
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
- See Also:
-
write
Implementation of read for the InputStream.- Specified by:
write
in classOutputStream
- Throws:
IOException
- on error.
-
close
Close the Reader- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
- on error.
-
finalize
- Overrides:
finalize
in classObject
- Throws:
IOException
-