jrun.servlet.io
Class ClosedOutputStream
jrun.servlet.io.ClosedOutputStream
- public class ClosedOutputStream
this represents a closed stream. just throws exceptions.
- Author:
- Edwin Smith
ClosedOutputStream
public ClosedOutputStream()
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.