Bean Builder

com.adventnet.builder.utils.general
Class GenericOutputStream

java.lang.Object
  |
  +--java.io.OutputStream
        |
        +--com.adventnet.builder.utils.general.GenericOutputStream

public class GenericOutputStream
extends java.io.OutputStream


Constructor Summary
GenericOutputStream(MessageListener messageListenerArg)
           
 
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
 

Constructor Detail

GenericOutputStream

public GenericOutputStream(MessageListener messageListenerArg)
Method Detail

write

public void write(int b)
           throws java.io.IOException
Overrides:
write in class java.io.OutputStream

write

public void write(byte[] b)
           throws java.io.IOException
Overrides:
write in class java.io.OutputStream

write

public void write(byte[] b,
                  int off,
                  int len)
           throws java.io.IOException
Overrides:
write in class java.io.OutputStream

flush

public void flush()
           throws java.io.IOException
Overrides:
flush in class java.io.OutputStream

close

public void close()
           throws java.io.IOException
Overrides:
close in class java.io.OutputStream

Bean Builder

© 2001 - 2002 AdventNet Inc. Visit us at: http://www.adventnet.com