org.eclipse.cdt.internal.ui.buildconsole
Class BuildConsolePartitioner.BuildOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by org.eclipse.cdt.core.ConsoleOutputStream
          extended by org.eclipse.cdt.internal.ui.buildconsole.BuildConsolePartitioner.BuildOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable
Enclosing class:
BuildConsolePartitioner

public class BuildConsolePartitioner.BuildOutputStream
extends ConsoleOutputStream


Constructor Summary
BuildConsolePartitioner.BuildOutputStream(BuildConsoleStream stream)
           
 
Method Summary
 void close()
           
 void flush()
           
 void write(byte[] b, int off, int len)
           
 
Methods inherited from class org.eclipse.cdt.core.ConsoleOutputStream
readBuffer, write
 
Methods inherited from class java.io.OutputStream
write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildConsolePartitioner.BuildOutputStream

public BuildConsolePartitioner.BuildOutputStream(BuildConsoleStream stream)
Method Detail

flush

public void flush()
           throws java.io.IOException
Specified by:
flush in interface java.io.Flushable
Overrides:
flush in class java.io.OutputStream
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Specified by:
close in interface java.io.Closeable
Overrides:
close 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 ConsoleOutputStream
Throws:
java.io.IOException