Package lumis.portal.servicecontainer
Class ServiceContainerServletOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- javax.servlet.ServletOutputStream
-
- lumis.portal.servicecontainer.ServiceContainerServletOutputStream
-
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
public class ServiceContainerServletOutputStream extends ServletOutputStream
Output stream used to store interface HTML results for later caching.- Since:
- 4.0.0
- Version:
- $Revision: 6392 $ $Date: 2007-04-11 14:22:30 -0300 (Wed, 11 Apr 2007) $
-
-
Constructor Summary
Constructors Constructor Description ServiceContainerServletOutputStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, nullOutputStream, write, write
-
-
-
-
Method Detail
-
write
public void write(int arg0) throws IOException
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
getByteArray
public byte[] getByteArray() throws IOException
- Throws:
IOException
-
reset
public void reset() throws IOException
- Throws:
IOException
-
-