Class ServiceContainerServletOutputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable

    public class ServiceContainerServletOutputStream
    extends javax.servlet.ServletOutputStream
    Output stream used to store interface HTML results for later caching.
    Since:
    4.0.0
    Version:
    $Revision$ $Date$
    • 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
      • 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 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