|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.file.transformation.TranscodingTransformation
public class TranscodingTransformation
Performs the "transcoding" transformation. Transcoding is the change of file format.
Constructor Summary | |
---|---|
TranscodingTransformation(java.io.InputStream content,
IFormatTransformer formatEncoder)
The constructor of "transcoding" transformation. |
Method Summary | |
---|---|
void |
transform(java.io.OutputStream outputStream)
Performs the file transformation using the outputStream parameter as target
of the file transformations. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TranscodingTransformation(java.io.InputStream content, IFormatTransformer formatEncoder)
content
- the content to be "transcoded".formatEncoder
- the parameter containing the encoder information.Method Detail |
---|
public void transform(java.io.OutputStream outputStream) throws PortalException
ITransformation
outputStream
parameter as target
of the file transformations.
transform
in interface ITransformation
outputStream
- the writer to be transformed.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |