Package de.xima.fc.interfaces.transform
Interface IFdTransformResult
- All Known Implementing Classes:
FdToExcelResult
,FdToXmlResult
public interface IFdTransformResult
Interface of the result of an formdata transformation
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeToFile
(File outputFile) Method to write the transformation result to an fileMethod to return the transformation result as anByteArrayOutputStream
-
Method Details
-
writeToStream
ByteArrayOutputStream writeToStream()Method to return the transformation result as anByteArrayOutputStream
- Returns:
ByteArrayOutputStream
of the result
-
writeToFile
Method to write the transformation result to an file- Parameters:
outputFile
- the file to write the result to- Throws:
Exception
-