|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFormatTransformer
File format encoder interface.
Method Summary | |
---|---|
void |
encode(java.io.InputStream content,
java.io.OutputStream output)
Performs the file encode transformations, as change of file format. |
Method Detail |
---|
void encode(java.io.InputStream content, java.io.OutputStream output) throws PortalException
content
parameter is the source of transformation and
output
parameter is the target.
content
- the reader source of encode.output
- the target of encode.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |