Package de.xima.fc.interfaces.transform
Interface IFdTransformResult
-
- All Known Implementing Classes:
FdToExcelResult,FdToXmlResult
public interface IFdTransformResultInterface of the result of an formdata transformation- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteToFile(File outputFile)Method to write the transformation result to an fileByteArrayOutputStreamwriteToStream()Method to return the transformation result as anByteArrayOutputStream
-
-
-
Method Detail
-
writeToStream
ByteArrayOutputStream writeToStream()
Method to return the transformation result as anByteArrayOutputStream- Returns:
ByteArrayOutputStreamof the result
-
-