public class ServletOutputStreamSimulator
extends ServletOutputStream
| Constructor and Description |
|---|
ServletOutputStreamSimulator()
Default constructor that sends all output to
System.out. |
ServletOutputStreamSimulator(java.io.OutputStream out)
Constructor that sends all output to given OutputStream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(int b) |
public ServletOutputStreamSimulator()
System.out.public ServletOutputStreamSimulator(java.io.OutputStream out)
out - OutputStream to which all output will be sent.Copyright ? Deryl Seale All Rights Reserved.