com.infoengine.procunit.adapter
Class Adapter.AdapterOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended bycom.infoengine.procunit.adapter.Adapter.AdapterOutputStream
Enclosing class:
Adapter

private class Adapter.AdapterOutputStream
extends OutputStream


Field Summary
private  OutputStream os
           
 
Constructor Summary
Adapter.AdapterOutputStream(OutputStream os)
           
 
Method Summary
 void close()
           
 void flush()
           
 void write(byte[] b)
           
 void write(byte[] b, 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
 

Field Detail

os

private OutputStream os
Constructor Detail

Adapter.AdapterOutputStream

public Adapter.AdapterOutputStream(OutputStream os)
Method Detail

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