servletunit
Class ServletOutputStreamSimulator

java.lang.Object
  extended byServletOutputStream
      extended byservletunit.ServletOutputStreamSimulator

public class ServletOutputStreamSimulator
extends ServletOutputStream

See Also:
Serialized Form

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.