Package lumis.portal.file.transformation
Interface ITransformation
-
- All Known Implementing Classes:
DummyTransformation
,ImageTransformation
,TranscodingTransformation
,VideoDimensionTransformation
,WebpImageTransformation
@StableMinor(version="17.0", sinceVersion="6.1") public interface ITransformation
Provides file transformations.- Since:
- 6.1.0
- Version:
- $Revision$ $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
transform(java.io.OutputStream outputStream)
Performs the file transformation using theoutputStream
parameter as target of the file transformations.
-
-
-
Method Detail
-
transform
void transform(java.io.OutputStream outputStream) throws PortalException
Performs the file transformation using theoutputStream
parameter as target of the file transformations.- Parameters:
outputStream
- the writer to be transformed.- Throws:
PortalException
- Since:
- 6.1.0
-
-