org.eclipse.cdt.core
Class ConsoleOutputStream
java.lang.Object
java.io.OutputStream
org.eclipse.cdt.core.ConsoleOutputStream
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable
- Direct Known Subclasses:
- BuildConsolePartitioner.BuildOutputStream
public class ConsoleOutputStream
- extends java.io.OutputStream
Output stream which storing the console output
Method Summary |
java.lang.String |
readBuffer()
|
void |
write(byte[] b,
int off,
int len)
|
void |
write(int c)
|
Methods inherited from class java.io.OutputStream |
close, flush, write |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleOutputStream
public ConsoleOutputStream()
readBuffer
public java.lang.String readBuffer()
write
public void write(int c)
throws java.io.IOException
- Specified by:
write
in class java.io.OutputStream
- Throws:
java.io.IOException
write
public void write(byte[] b,
int off,
int len)
throws java.io.IOException
- Overrides:
write
in class java.io.OutputStream
- Throws:
java.io.IOException