jrun.servlet.io
Class ClosedOutputStream

jrun.servlet.io.ClosedOutputStream

public class ClosedOutputStream

this represents a closed stream. just throws exceptions.

Author:
Edwin Smith

Constructor Summary
ClosedOutputStream()
           
 
Method Summary
 void close()
           
 void flush()
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 

Constructor Detail

ClosedOutputStream

public ClosedOutputStream()
Method Detail

write

public void write(int b)
           throws java.io.IOException

write

public void write(byte[] b,
                  int off,
                  int len)
           throws java.io.IOException

flush

public void flush()
           throws java.io.IOException

close

public void close()
           throws java.io.IOException


Copyright � 2002 Macromedia Corporation. All Rights Reserved.