org.apache.geronimo.deployment.util
Class UnclosableOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byorg.apache.geronimo.deployment.util.UnclosableOutputStream

public class UnclosableOutputStream
extends OutputStream

Version:
$Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $

Constructor Summary
UnclosableOutputStream(OutputStream delegate)
           
 
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

UnclosableOutputStream

public UnclosableOutputStream(OutputStream delegate)
Method Detail

close

public void close()

write

public void write(int b)
           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

flush

public void flush()
           throws IOException
Throws:
IOException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.