Package lumis.portal.file.transformation
Interface ITransformation
-
- All Known Implementing Classes:
DummyTransformation
,ImageTransformation
,TranscodingTransformation
,VideoDimensionTransformation
@StableMinor(version="14.0", sinceVersion="6.1") public interface ITransformation
Provides file transformations.- Since:
- 6.1.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
transform(OutputStream outputStream)
Performs the file transformation using theoutputStream
parameter as target of the file transformations.
-
-
-
Method Detail
-
transform
void transform(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
-
-