lumis.portal.file.transformation
Interface IFormatTransformer
- All Known Implementing Classes:
- MultiMediaFormatEncoder
public interface IFormatTransformer
File format encoder interface.
- Since:
- 6.1.0
encode
void encode(InputStream content,
OutputStream output)
throws PortalException
- Performs the file encode transformations, as change of file format.
The content
parameter is the source of transformation and
output
parameter is the target.
- Parameters:
content
- the reader source of encode.output
- the target of encode.
- Throws:
PortalException
- Since:
- 6.1.0
Lumisportal 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.