public class TranscodingTransformation extends Object implements ITransformation
Constructor and Description |
---|
TranscodingTransformation(InputStream content,
IFormatTransformer formatEncoder)
The constructor of "transcoding" transformation.
|
Modifier and Type | Method and Description |
---|---|
void |
transform(OutputStream outputStream)
Performs the file transformation using the
outputStream parameter as target
of the file transformations. |
public TranscodingTransformation(InputStream content, IFormatTransformer formatEncoder)
content
- the content to be "transcoded".formatEncoder
- the parameter containing the encoder information.public void transform(OutputStream outputStream) throws PortalException
ITransformation
outputStream
parameter as target
of the file transformations.transform
in interface ITransformation
outputStream
- the writer to be transformed.PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.