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 Details

    • 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.