Package lumis.portal.file.transformation
Interface ITransformation
-
- All Known Implementing Classes:
DummyTransformation
,ImageTransformation
,TranscodingTransformation
,VideoDimensionTransformation
@StableMinor(version="14.1", sinceVersion="6.1") public interface ITransformation
Provides file transformations.- Since:
- 6.1.0
- Version:
- $Revision: 24683 $ $Date: 2021-08-23 18:55:58 -0300 (Mon, 23 Aug 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
-
-