Interface ITransformation

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void transform​(java.io.OutputStream outputStream)
      Performs the file transformation using the outputStream parameter as target of the file transformations.
    • Method Detail

      • transform

        void transform​(java.io.OutputStream outputStream)
                throws PortalException
        Performs the file transformation using the outputStream parameter as target of the file transformations.
        Parameters:
        outputStream - the writer to be transformed.
        Throws:
        PortalException
        Since:
        6.1.0