com.ibm.tivoli.maximo.report.birt.servlet

Class ServletOutputStreamWrapper

  • java.lang.Object
    • java.io.OutputStream
      • javax.servlet.ServletOutputStream
        • com.ibm.tivoli.maximo.report.birt.servlet.ServletOutputStreamWrapper
  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable


    public class ServletOutputStreamWrapper
    extends javax.servlet.ServletOutputStream
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void close() 
      void flush() 
      byte[] getOutput() 
      void write(byte[] b) 
      void write(byte[] b, int off, int len) 
      void write(int b) 
      • 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.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServletOutputStreamWrapper

        public ServletOutputStreamWrapper()
    • Method Detail

      • getOutput

        public byte[] getOutput()
      • close

        public void close()
        Specified by:
        close in interface java.io.Closeable
        Specified by:
        close in interface java.lang.AutoCloseable
        Overrides:
        close in class java.io.OutputStream
      • flush

        public void flush()
        Specified by:
        flush in interface java.io.Flushable
        Overrides:
        flush in class java.io.OutputStream
      • write

        public void write(int b)
        Specified by:
        write in class java.io.OutputStream
      • write

        public void write(byte[] b)
        Overrides:
        write in class java.io.OutputStream
      • write

        public void write(byte[] b,
                          int off,
                          int len)
        Overrides:
        write in class java.io.OutputStream