com.infoengine.procunit.adapter
Class Adapter.AdapterOutputStream
java.lang.Object
java.io.OutputStream
com.infoengine.procunit.adapter.Adapter.AdapterOutputStream
- Enclosing class:
- Adapter
- private class Adapter.AdapterOutputStream
- extends OutputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
os
private OutputStream os
Adapter.AdapterOutputStream
public Adapter.AdapterOutputStream(OutputStream os)
close
public void close()
throws IOException
- Throws:
IOException
flush
public void flush()
throws IOException
- Throws:
IOException
write
public void write(byte[] b)
throws IOException
- Throws:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException
write
public void write(int b)
throws IOException
- Throws:
IOException