servletunit
Class ServletOutputStreamSimulator

java.lang.Object
  extended by ServletOutputStream
      extended by servletunit.ServletOutputStreamSimulator

public class ServletOutputStreamSimulator
extends ServletOutputStream


Constructor Summary
ServletOutputStreamSimulator()
          Default constructor that sends all output to System.out.
ServletOutputStreamSimulator(java.io.OutputStream out)
          Constructor that sends all output to given OutputStream.
 
Method Summary
 void write(int b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletOutputStreamSimulator

public ServletOutputStreamSimulator()
Default constructor that sends all output to System.out.


ServletOutputStreamSimulator

public ServletOutputStreamSimulator(java.io.OutputStream out)
Constructor that sends all output to given OutputStream.

Parameters:
out - OutputStream to which all output will be sent.
Method Detail

write

public void write(int b)


Copyright ? Deryl Seale All Rights Reserved.