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 TypeMethodDescriptionvoidwriteToFile(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:
ByteArrayOutputStreamof the result
-
writeToFile
-