Package de.xima.fc.importer
Class ExportUnzipper
- java.lang.Object
-
- de.xima.fc.importer.ExportUnzipper
-
public class ExportUnzipper extends Object
Utility class for unzipping formcycle export files- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH, Dresden - 18.02.2021
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IExportUnzipResult
unzip(InputStream is)
Unzips the data of the given input stream and deserializes found entities
-
-
-
Method Detail
-
unzip
public static final IExportUnzipResult unzip(InputStream is) throws IOException
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.
-
-