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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
writeToFile(File outputFile)
Method to write the transformation result to an fileByteArrayOutputStream
writeToStream()
Method to return the transformation result as anByteArrayOutputStream
-
-
-
Method Detail
-
writeToStream
ByteArrayOutputStream writeToStream()
Method to return the transformation result as anByteArrayOutputStream
- Returns:
ByteArrayOutputStream
of the result
-
-