Class ServiceContainerServletOutputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.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 Detail

      • ServiceContainerServletOutputStream

        public ServiceContainerServletOutputStream()
    • Method Detail

      • write

        public void write​(int arg0)
                   throws java.io.IOException
        Specified by:
        write in class java.io.OutputStream
        Throws:
        java.io.IOException
      • getByteArray

        public byte[] getByteArray()
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • reset

        public void reset()
                   throws java.io.IOException
        Throws:
        java.io.IOException