FileDocCategorySizeDatePackage
UserOutputImpl.javaAPI DocGlassfish v2 API2498Fri May 04 22:25:22 BST 2007com.sun.enterprise.cli.framework

UserOutputImpl

public class UserOutputImpl extends GenericOutput implements IUserOutput
A class which can be instantiated to provide all the output facilities.

Fields Summary
Constructors Summary
public UserOutputImpl(OutputStream out, boolean closeWhenDone)
A constructor which calls its super class constructor.

param
out is the OutputStream object to be set.
param
closeWhenDone is the boolen tag.

        super( out, closeWhenDone );
    
Methods Summary