Package de.xima.fc.importer
Class ExportUnzipper
java.lang.Object
de.xima.fc.importer.ExportUnzipper
Utility class for unzipping formcycle export files
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH, Dresden - 18.02.2021
-
Method Summary
Modifier and TypeMethodDescriptionstatic final IExportUnzipResult
unzip
(InputStream is) Unzips the data of the given input stream and deserializes found entities
-
Method Details
-
unzip
Unzips the data of the given input stream and deserializes found entities- Parameters:
is
- pointing to data of a formcycle export- Returns:
- deserialized formcycle export information
- Throws:
IOException
- When the data could not be unzipped due to a file system error.
-