com.infoengine.SAK
Class Task.NullOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended bycom.infoengine.SAK.Task.NullOutputStream
Enclosing class:
Task

private class Task.NullOutputStream
extends OutputStream

Private inner class that provides a null sink for output.


Constructor Summary
Task.NullOutputStream()
           
 
Method Summary
 void write(byte[] buffer)
           
 void write(byte[] buffer, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Task.NullOutputStream

public Task.NullOutputStream()
Method Detail

write

public void write(int b)
           throws IOException
Throws:
IOException

write

public void write(byte[] buffer)
           throws IOException
Throws:
IOException

write

public void write(byte[] buffer,
                  int off,
                  int len)
           throws IOException
Throws:
IOException