com.infoengine.SAK
Class Task.NullOutputStream
java.lang.Object
java.io.OutputStream
com.infoengine.SAK.Task.NullOutputStream
- Enclosing class:
- Task
- private class Task.NullOutputStream
- extends OutputStream
Private inner class that provides a null sink for output.
Method Summary |
void |
write(byte[] buffer)
|
void |
write(byte[] buffer,
int off,
int len)
|
void |
write(int b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Task.NullOutputStream
public Task.NullOutputStream()
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