lumis.portal.file.transformation
Interface ITransformation

Package class diagram package ITransformation
All Known Implementing Classes:
DummyTransformation, ImageTransformation, TranscodingTransformation, VideoDimensionTransformation

@StableMinor(version="6.2",
             sinceVersion="6.1")
public interface ITransformation

Provides file transformations.

Since:
6.1.0

Method Summary
 void transform(OutputStream outputStream)
          Performs the file transformation using the outputStream parameter as target of the file transformations.
 

Method Detail

transform

void transform(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


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.