Class ActionSequenceResourceWrapper

  • All Implemented Interfaces:
    org.pentaho.commons.connection.IPentahoStreamSource

    public final class ActionSequenceResourceWrapper
    extends Object
    implements org.pentaho.commons.connection.IPentahoStreamSource
    • Constructor Detail

      • ActionSequenceResourceWrapper

        public ActionSequenceResourceWrapper​(org.pentaho.platform.api.engine.IActionSequenceResource actionResource,
                                             InputStream iStream)
    • Method Detail

      • getContentType

        public String getContentType()
        Specified by:
        getContentType in interface org.pentaho.commons.connection.IPentahoStreamSource
      • getInputStream

        public InputStream getInputStream()
                                   throws IOException
        Specified by:
        getInputStream in interface org.pentaho.commons.connection.IPentahoStreamSource
        Throws:
        IOException
      • getName

        public String getName()
        Specified by:
        getName in interface org.pentaho.commons.connection.IPentahoStreamSource
      • getOutputStream

        public OutputStream getOutputStream()
                                     throws IOException
        Specified by:
        getOutputStream in interface org.pentaho.commons.connection.IPentahoStreamSource
        Throws:
        IOException