lumis.portal.servicecontainer
Class ServiceContainerServletOutputStream

Package class diagram package ServiceContainerServletOutputStream
java.lang.Object
  extended by java.io.OutputStream
      extended by javax.servlet.ServletOutputStream
          extended by lumis.portal.servicecontainer.ServiceContainerServletOutputStream
All Implemented Interfaces:
Closeable, Flushable

public class ServiceContainerServletOutputStream
extends ServletOutputStream

Output stream used to store interface HTML results for later caching.

Since:
4.0.0

Constructor Summary
ServiceContainerServletOutputStream()
           
 
Method Summary
 byte[] getByteArray()
           
 void reset()
           
 void write(int arg0)
           
 
Methods inherited from class javax.servlet.ServletOutputStream
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceContainerServletOutputStream

public ServiceContainerServletOutputStream()
Method Detail

write

public void write(int arg0)
           throws IOException
Specified by:
write in class OutputStream
Throws:
IOException

getByteArray

public byte[] getByteArray()
                    throws IOException
Throws:
IOException

reset

public void reset()
           throws IOException
Throws:
IOException


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.